From e6bb2b2a24cb346f841462cb5762e27d1938ed7d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Tue, 13 May 2014 09:36:22 +0200 Subject: [PATCH] SONAR-4636 Prevent 404 requests on branding resources --- sonar-server/src/main/less/style.less | 2 +- .../main/webapp/WEB-INF/app/views/maintenance/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.39.5