changeset 4372:4e6b4fd68979

clients: improve systemconfig classbreaks * Add general info texts to remind the system administration about the effects of changes for users, so a change can be planned and users informed (or reminded) beforehand.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 11 Sep 2019 12:30:31 +0200
parents 4a5ed371011f
children aa249a25f0ec
files client/src/components/systemconfiguration/MorphologyClassbreaks.vue
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/MorphologyClassbreaks.vue	Wed Sep 11 10:32:19 2019 +0200
+++ b/client/src/components/systemconfiguration/MorphologyClassbreaks.vue	Wed Sep 11 12:30:31 2019 +0200
@@ -104,6 +104,9 @@
       <span class="text-danger" v-if="!checkClassbreaks">
         {{ validationMessage }}
       </span>
+      <span class="text-secondary fix-trans-space" v-translate>
+        Changes need a map reload. Consider informing your users.
+      </span>
     </div>
     <div class="px-3">
       <h6 class="font-weight-bold">
@@ -211,6 +214,11 @@
       <span class="text-danger" v-if="!checkClassbreaksCompare">
         {{ validationMessageForCompare }}
       </span>
+      <span class="text-secondary fix-trans-space" v-translate>
+        Colour changes need a map reload.
+        Value changes need a de- and re-select of a difference calculation.
+        Inform your users!
+      </span>
     </div>
   </div>
 </template>