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

@@ -14,6 +14,7 @@ function (angular, $, _, Tether) {
'<span class="panel-title drag-handle pointer">' +
'<span class="icon-gf panel-alert-icon"></span>' +
'<span class="panel-title-text drag-handle">{{ctrl.panel.title | interpolateTemplateVars:this}}</span>' +
'<span class="panel-help-text"><info-popover mode="bold">{{ctrl.panel.helpText}}</info-popover></span>' +
'<span class="panel-links-btn"><i class="fa fa-external-link"></i></span>' +
'<span class="panel-time-info" ng-show="ctrl.timeInfo"><i class="fa fa-clock-o"></i> {{ctrl.timeInfo}}</span>' +
'</span>';