Просмотр исходного кода

Hint for user on when the repeat is applied

Pierre GIRAUD 7 лет назад
Родитель
Сommit
f374da032e
1 измененных файлов с 5 добавлено и 0 удалено
  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>
           <option value=""></option>
         </select>
         </select>
       </div>
       </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>
   </div>
 </div>
 </div>