diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-09-25 14:38:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-26 23:49:38 +0200 |
commit | 00e284b921a3803b23fd10a74188c40e45e1f39a (patch) | |
tree | 7218723b1e147e1b7c0fd1f1db79c850bdfe7edf /sonar-core | |
parent | 051aa4a1defb22c593d368c26438575c12f0fe7a (diff) | |
download | sonarqube-00e284b921a3803b23fd10a74188c40e45e1f39a.tar.gz sonarqube-00e284b921a3803b23fd10a74188c40e45e1f39a.zip |
SONAR-9802 Apply UI feedback
* Add tooltips on health status
* Replace boolean icons with black check and close icons
* Move log level warning next to the title of the card
* Hide Plugins section
* Retrieve correctly log levels when sections are missing.
* Display State fields as Health status
* Update IT
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 377cec174a1..f4831a7f68f 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2844,6 +2844,7 @@ background_tasks.add_more_with_governance=Add more with Governance system.application_nodes_title=Application Nodes system.are_you_sure_to_restart=Are you sure you want to restart the server? system.cluster_log_level.info=Changes apply to all Application nodes but not to Search nodes. +system.current_health_of_x=Current health status of {1} system.download_logs=Download Logs system.download_system_info=Download System Info system.is_restarting=Server is restarting. This page will be automatically refreshed. |