Parcourir la source

Hint for user on when the repeat is applied

Pierre GIRAUD il y a 7 ans
Parent
commit
f374da032e
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      public/app/features/panel/partials/general_tab.html

+ 5 - 0
public/app/features/panel/partials/general_tab.html

@@ -37,7 +37,12 @@
           <option value=""></option>
         </select>
       </div>
+      <div class="gf-form-hint">
+        <div class="gf-form-hint-text muted">
+          Note: You may need to change the variable selection to see this in action.
+        </div>
       </div>
+    </div>
   </div>
 </div>