Sfoglia il codice sorgente

Hint for user on when the repeat is applied

Pierre GIRAUD 7 anni fa
parent
commit
f374da032e
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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>