From: Jean-Baptiste Lievremont Date: Tue, 13 May 2014 07:36:22 +0000 (+0200) Subject: SONAR-4636 Prevent 404 requests on branding resources X-Git-Tag: 4.4-RC1~1114 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6bb2b2a24cb346f841462cb5762e27d1938ed7d;p=sonarqube.git SONAR-4636 Prevent 404 requests on branding resources --- diff --git a/sonar-server/src/main/less/style.less b/sonar-server/src/main/less/style.less index dee81837691..41c7e7a8c54 100644 --- a/sonar-server/src/main/less/style.less +++ b/sonar-server/src/main/less/style.less @@ -314,7 +314,7 @@ h1 img, .h1 img, h2 img, .h2 img, h3 img, .h3 img, h4 img, .h4 img { /* ------------------- SETUP / MIGRATION PAGES ------------------- */ .migration { - background-image: url("../images/sonarqube-24x100.png"); + background-image: url("../images/logo.png"); background-repeat: no-repeat; background-position: top right; } diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb index bb353397e4d..8917874ce9c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb @@ -11,7 +11,7 @@
- +

SonarQube is under maintenance. Please check back later.

Whilst waiting, you might want to check new plugins to extend the current functionality.

If you are an administrator and have no idea why this message is showing, you should read the upgrade guide.