From 2f0d2c05766ac1523f32b3f3e47edf457fc6be96 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Mon, 11 Jan 2016 13:21:40 +0100 Subject: [PATCH] improve maintenance screen (update text and remove spinner) --- .../templates/_maintenance-status-migration.hbs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs index c7957397871..be237a54b40 100644 --- a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs +++ b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs @@ -1,10 +1,7 @@

SonarQube is under maintenance

-

Whilst waiting, you might want to check +

While waiting, you might want to investigate 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. +

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

-{{#eq status 'DB_MIGRATION_RUNNING'}} -

-{{/eq}} -- 2.39.5