Added help text for users

This commit is contained in:
utkarshcmu
2016-12-06 03:54:44 -08:00
parent 83afbd4262
commit 42de27a2cb
3 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,13 @@
</select>
</div>
</div>
<div class="gf-form-inline">
<div class="gf-form max-width-42">
<span class="gf-form-label width-8">Help Text</span>
<input type="text" class="input-xxlarge tight-form-input" ng-model='ctrl.panel.helpText'></input>
<input type="text" class="gf-form-input width-30" ng-model='ctrl.panel.helpText'></input>
</div>
</div>
</div>
<panel-links-editor panel="ctrl.panel"></panel-links-editor>