diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-12-09 15:49:05 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-12-10 14:15:28 +0100 |
commit | 80fcd2cfedfc7571ceaaf383ba42ecb60f8cd886 (patch) | |
tree | 38997dce69e8b7be98b47bd7078d2200d8582593 /sonar-core | |
parent | c671970733aad2c8303146d48478bac2216962ae (diff) | |
download | sonarqube-80fcd2cfedfc7571ceaaf383ba42ecb60f8cd886.tar.gz sonarqube-80fcd2cfedfc7571ceaaf383ba42ecb60f8cd886.zip |
SONAR-7030 Remove dashboards bundles
As the provided dashboard 'Dashboard' have been renamed to 'Custom', existing instances that already have this dashboard installed should not be impacted by the renaming
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 0 insertions, 12 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 01d36315595..e249705826b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1046,18 +1046,6 @@ property.error.notFloat=Not a floating point number property.error.notInOptions=Not a valid option property.category.scm=SCM - -#------------------------------------------------------------------------------ -# -# DASHBOARDS -# -#------------------------------------------------------------------------------ - -# Default dashboard -dashboard.Dashboard.name=Custom -dashboard.Hotspots.name=Hotspots -dashboard.Reviews.name=Reviews - #------------------------------------------------------------------------------ # # SEARCH ENGINE FOR RESOURCES |