2014-08-25 13:31:31 +02:00
< div class = "submenu-controls" ng-controller = "SubmenuCtrl" >
2015-02-20 11:27:57 +01:00
< div class = "tight-form borderless" >
2014-08-25 13:31:31 +02:00
2015-02-20 12:20:10 +01:00
< ul class = "tight-form-list" ng-if = "dashboard.templating.list.length > 0" >
2015-02-20 11:27:57 +01:00
< li class = "tight-form-item" >
< strong > Variables:< / strong >
< / li >
2015-01-16 09:31:38 +01:00
< li ng-repeat-start = "variable in variables" class = "tight-form-item template-param-name" >
< span class = "template-variable " >
${{variable.name}}:
< / span >
< / li >
2014-08-25 15:36:44 +02:00
2015-01-16 09:31:38 +01:00
< li ng-repeat-end template-param-selector >
< / li >
2015-02-20 12:20:10 +01:00
< li class = "tight-form-item" style = "width: 15px" >
< / li >
2015-01-16 09:31:38 +01:00
< / ul >
2014-08-28 12:44:01 +02:00
2015-02-20 12:20:10 +01:00
< ul class = "tight-form-list" ng-if = "dashboard.annotations.list.length > 0" >
< li class = "tight-form-item" >
< strong > Annotations:< / strong >
< / li >
2015-01-16 09:31:38 +01:00
< li ng-repeat = "annotation in dashboard.annotations.list" class = "tight-form-item annotation-segment" ng-class = "{'annotation-disabled': !annotation.enable}" >
< a ng-click = "disableAnnotation(annotation)" >
< i class = "annotation-color-icon fa fa-bolt" > < / i >
{{annotation.name}}
< / a >
< / li >
< / ul >
2014-08-25 13:31:31 +02:00
2015-02-20 12:20:10 +01:00
2015-01-16 09:31:38 +01:00
< div class = "clearfix" > < / div >
2014-08-25 13:31:31 +02:00
< / div >
2015-01-16 09:31:38 +01:00
< / div >