mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 00:15:44 +01:00
added favicon to migration wizard pages
This commit is contained in:
@@ -20,7 +20,7 @@ class MigrationWizardModule extends ServletModule {
|
|||||||
LOG.info("= =");
|
LOG.info("= =");
|
||||||
LOG.info("==========================================================");
|
LOG.info("==========================================================");
|
||||||
bind(PushStateDispatcher.class).toInstance((request, response, uri) -> {});
|
bind(PushStateDispatcher.class).toInstance((request, response, uri) -> {});
|
||||||
serve("/images/*", "/styles/*").with(WebResourceServlet.class);
|
serve("/images/*", "/styles/*", "/favicon.ico").with(WebResourceServlet.class);
|
||||||
serve("/*").with(MigrationWizardServlet.class);
|
serve("/*").with(MigrationWizardServlet.class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>{{$title}}SCM-Manager{{/title}}</title>
|
<title>{{$title}}SCM-Manager{{/title}}</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ contextPath }}/styles/scm.css">
|
<link rel="stylesheet" type="text/css" href="{{ contextPath }}/styles/scm.css">
|
||||||
|
<link rel="shortcut icon" href="{{ contextPath }}/favicon.ico">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user