Yang UI - new features and fixes
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / operational / leaf.tpl.html
index 09868690ba14d63f5ad66bfac1829ed148e85e46..7be374bac4d526c16ed84c8c46ffb5bb7c44f6b4 100644 (file)
@@ -4,7 +4,7 @@
         {{getNodeName(node.localeLabel, node.label)}}
         <i ng-if="node.isKey()" class="icon-key" tooltip="{{'key of '+node.parent.label+' list'}}"></i>
         <button ng-if="node.getChildren('description', null, null, 'label').length > 0" class="yangButton iconQuestion inlineBlock" tooltip="{{node.getChildren('description', null, null, 'label')[0]}}" ></button>
-        <span ng-if="node.augmentationId" class="augmentIcon reversed" tooltip="{{ 'YANGUI_IS_AUGMENT' | translate }}">A</span>
+        <span ng-if="node.augmentationId" class="augmentIcon reversed" tooltip="{{ 'YANGUI_IS_AUGMENT' | translate }} {{ node.augmentationId }}">A</span>
     </span>
     <span class="leaf-label col-md-9"><strong>{{node.value}}</strong></span>
     <div class="clear"></div>