Design changes
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / leaf.tpl.html
1 <div class="leaf" ng-controller="leafCtrl">\r
2     <span class="treeBullet" ng-show="node !== selSubApi.node">&#8226;</span>\r
3     <span class="leaf-label col-md-2">\r
4         {{getNodeName(node.localeLabel, node.label)}}\r
5         <button ng-if="node.getChildren('description', null, null, 'label').length > 0" class="yangButton iconQuestion inlineBlock" tooltip="{{node.getChildren('description', null, null, 'label')[0]}}" ></button>\r
6     </span>\r
7 \r
8     <div ng-controller="typeCtrl" class="inlineBlock" ng-repeat="type in node.getChildren('type')" ng-include="currentPath+'/types/'+getLeafType()+'.tpl.html'"></div>\r
9 \r
10     <div class="clear"></div>\r
11 </div>