summaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-25 15:15:49 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-25 19:03:46 +0100
commit134155975af4a75e6128587c2f2ddeecd0c54e27 (patch)
tree5255cf9580dabc58cc29bb5483e5ea6808ddffc4 /server/sonar-web/src/main/js
parent4e7741e68d6a0153d42d1a8b1d0c4ef16ad4a664 (diff)
downloadsonarqube-134155975af4a75e6128587c2f2ddeecd0c54e27.tar.gz
sonarqube-134155975af4a75e6128587c2f2ddeecd0c54e27.zip
SONAR-7436 System Info must not fail if the monitored process is not up
Diffstat (limited to 'server/sonar-web/src/main/js')
-rw-r--r--server/sonar-web/src/main/js/apps/system/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/system/main.js b/server/sonar-web/src/main/js/apps/system/main.js
index ea003bb7de6..65cafba2d93 100644
--- a/server/sonar-web/src/main/js/apps/system/main.js
+++ b/server/sonar-web/src/main/js/apps/system/main.js
@@ -25,7 +25,7 @@ import { translate } from '../../helpers/l10n';
import RestartModal from '../../components/RestartModal';
const SECTIONS_ORDER = ['SonarQube', 'Database', 'Plugins', 'System', 'Elasticsearch State', 'Elasticsearch',
- 'Compute Engine Tasks', 'Compute Engine State', 'Compute Engine Database', 'JvmProperties'];
+ 'Compute Engine Tasks', 'Compute Engine State', 'Compute Engine Database Connection', 'JvmProperties'];
export default React.createClass({
componentDidMount() {