Fix missing css for migration wizard

This commit is contained in:
Eduard Heimbuch
2022-02-17 10:25:14 +01:00
parent 1c2e00455d
commit 9fa0396167
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Fix missing css for migration wizard

View File

@@ -2,7 +2,7 @@
<html>
<head>
<title>{{$title}}SCM-Manager{{/title}}</title>
<link rel="stylesheet" type="text/css" href="{{ contextPath }}/assets/ui-styles.css">
<link rel="stylesheet" type="text/css" href="{{ contextPath }}/assets/ui-theme-light.css">
<link rel="shortcut icon" href="{{ contextPath }}/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>