Yang UI - new features and fixes
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / leaf.tpl.html
index 1f821bf273919d54288921dc668955e003dcb7f7..a29fa29a3e09457a0ebe742f77c99531fc548dc4 100644 (file)
@@ -4,7 +4,7 @@
         {{getNodeName(node.localeLabel, node.label)}}\r
         <i ng-if="node.isKey()" class="icon-key" tooltip="{{'key of '+node.parent.label+' list'}}"></i>\r
         <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
-        <span ng-if="node.augmentationId" class="augmentIcon reversed" tooltip="{{ 'YANGUI_IS_AUGMENT' | translate }}">A</span>\r
+        <span ng-if="node.augmentationId" class="augmentIcon reversed" tooltip="{{ 'YANGUI_IS_AUGMENT' | translate }} {{ node.augmentationId }}">A</span>\r
     </span>\r
 \r
     <div ng-controller="typeCtrl" class="inlineBlock" ng-repeat="type in node.getChildren('type')" ng-include="currentPath+'/types/'+getLeafType()+'.tpl.html'"></div>\r