diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-16 23:01:11 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-25 09:58:44 +0100 |
commit | 6bc55b17ebd87802cb9b55d5b6625e1a935f3909 (patch) | |
tree | 0a50457cc294c211ad7a3ee081dabb93e4231286 /server/sonar-web/src/main/js/apps/system | |
parent | 4250bb53f050b5a7f86b211ec2b34f85f7cc3ddc (diff) | |
download | sonarqube-6bc55b17ebd87802cb9b55d5b6625e1a935f3909.tar.gz sonarqube-6bc55b17ebd87802cb9b55d5b6625e1a935f3909.zip |
SONAR-7436 Monitoring of CE process in system WS and console
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/main.js | 4 |
1 files changed, 2 insertions, 2 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 0fbabea94bd..ea003bb7de6 100644 --- a/server/sonar-web/src/main/js/apps/system/main.js +++ b/server/sonar-web/src/main/js/apps/system/main.js @@ -24,8 +24,8 @@ import Section from './section'; import { translate } from '../../helpers/l10n'; import RestartModal from '../../components/RestartModal'; -const SECTIONS_ORDER = ['SonarQube', 'Database', 'Plugins', 'System', 'ElasticSearch', 'JvmProperties', - 'ComputeEngine']; +const SECTIONS_ORDER = ['SonarQube', 'Database', 'Plugins', 'System', 'Elasticsearch State', 'Elasticsearch', + 'Compute Engine Tasks', 'Compute Engine State', 'Compute Engine Database', 'JvmProperties']; export default React.createClass({ componentDidMount() { |