aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/maintenance
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-01-11 13:21:40 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-01-11 13:21:40 +0100
commit2f0d2c05766ac1523f32b3f3e47edf457fc6be96 (patch)
treecde8984caa031f0a4fb556c35176afeb0d34c30a /server/sonar-web/src/main/js/apps/maintenance
parent0ef5d6d8e1f265622bb7671b67de8a661316105c (diff)
downloadsonarqube-2f0d2c05766ac1523f32b3f3e47edf457fc6be96.tar.gz
sonarqube-2f0d2c05766ac1523f32b3f3e47edf457fc6be96.zip
improve maintenance screen (update text and remove spinner)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/maintenance')
-rw-r--r--server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs9
1 files 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 @@
<h1 class="maintenance-title">SonarQube is under maintenance</h1>
-<p class="maintenance-text">Whilst waiting, you might want to check
+<p class="maintenance-text">While waiting, you might want to investigate
<a href="http://redirect.sonarsource.com/doc/plugin-library.html">new plugins</a> to extend the current functionality.
</p>
-<p class="maintenance-text">If you are an administrator and have no idea why this message is showing, you should read the
- <a href="http://redirect.sonarsource.com/doc/upgrading.html">upgrade guide</a>.
+<p class="maintenance-text">If you are an administrator and have no idea why this message is being shown, you should
+ read the <a href="http://redirect.sonarsource.com/doc/upgrading.html">upgrade guide</a>.
</p>
-{{#eq status 'DB_MIGRATION_RUNNING'}}
- <p class="maintenance-spinner"><i class="spinner"></i></p>
-{{/eq}}