2014-08-25 06:31:31 -05:00
< div class = "submenu-controls" ng-controller = "SubmenuCtrl" >
2015-02-20 04:27:57 -06:00
< div class = "tight-form borderless" >
2014-08-25 06:31:31 -05:00
2015-02-20 05:20:10 -06:00
< ul class = "tight-form-list" ng-if = "dashboard.templating.list.length > 0" >
2015-01-16 02:31:38 -06: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 08:36:44 -05:00
2015-01-16 02:31:38 -06:00
< li ng-repeat-end template-param-selector >
< / li >
2015-02-20 05:20:10 -06:00
< li class = "tight-form-item" style = "width: 15px" >
< / li >
2015-01-16 02:31:38 -06:00
< / ul >
2014-08-28 05:44:01 -05:00
2015-02-20 05:20:10 -06:00
< ul class = "tight-form-list" ng-if = "dashboard.annotations.list.length > 0" >
2015-01-16 02:31:38 -06: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)" >
2015-03-27 02:39:08 -05:00
< i class = "fa fa-bolt" > < / i >
2015-01-16 02:31:38 -06:00
{{annotation.name}}
2015-03-05 13:45:14 -06:00
< input class = "cr1" id = "hideYAxis" type = "checkbox" ng-model = "annotation.enable" ng-checked = "annotation.enable" >
< label for = "hideYAxis" class = "cr1" > < / label >
2015-01-16 02:31:38 -06:00
< / a >
< / li >
< / ul >
2014-08-25 06:31:31 -05:00
2015-01-16 02:31:38 -06:00
< div class = "clearfix" > < / div >
2014-08-25 06:31:31 -05:00
< / div >
2015-01-16 02:31:38 -06:00
< / div >