diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-23 10:42:29 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-10-23 10:42:29 +0200 |
commit | 3a3dfcc40beb0b8e476ae039d1b01bcd9bdb4c51 (patch) | |
tree | 0d23987592c3099aa0e897dd7c76a02043f797e2 /server/sonar-web/src/main/js/apps/system | |
parent | 5469f3ac48fbfd377a246cfa77a19249132714b4 (diff) | |
download | sonarqube-3a3dfcc40beb0b8e476ae039d1b01bcd9bdb4c51.tar.gz sonarqube-3a3dfcc40beb0b8e476ae039d1b01bcd9bdb4c51.zip |
SONAR-6928 rename the section "ComputeEngineQueue" to "ComputeEngine"
Diffstat (limited to 'server/sonar-web/src/main/js/apps/system')
-rw-r--r-- | server/sonar-web/src/main/js/apps/system/main.js | 2 |
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 fe69d83a6c0..9f09cdbb40b 100644 --- a/server/sonar-web/src/main/js/apps/system/main.js +++ b/server/sonar-web/src/main/js/apps/system/main.js @@ -4,7 +4,7 @@ import { getSystemInfo } from '../../api/system'; import Section from './section'; const SECTIONS_ORDER = ['SonarQube', 'Database', 'Plugins', 'System', 'ElasticSearch', 'JvmProperties', - 'ComputeEngineQueue']; + 'ComputeEngine']; export default React.createClass({ componentDidMount() { |