Remove code moved to DluxApps
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / output.tpl.html
diff --git a/modules/yangui-resources/src/main/resources/yangui/views/output.tpl.html b/modules/yangui-resources/src/main/resources/yangui/views/output.tpl.html
deleted file mode 100644 (file)
index 3744297..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<div ng-controller="OutputCtrl" class="customContainer {{ node.expanded ? '' : 'withoutBorder' }}">\r
-    <div class="topContainerPart">\r
-        <span class="treeBullet containerBullet" ng-show="node !== selSubApi.node">&#8226;</span>\r
-        <button class="yangButton {{ node.expanded ? 'iconArrowDown' : 'iconArrowRight' }} inlineBlock" tooltip="{{ 'SHOW_HIDE_ELEM' | translate }}" ng-click='toggleExpanded()'></button>\r
-        <span>\r
-            <b>{{getNodeName(node.localeLabel, node.label)}}</b>\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
-            <!-- Augmentation control -->\r
-            <div class="modalWrapper" ng-if="node.augmentionGroups.length" ng-include src="currentPath + 'modal/augmentation-modal.tpl.html'"></div>\r
-            <span ng-if="node.augmentationId" class="augmentIcon reversed" tooltip="{{ 'YANGUI_IS_AUGMENT' | translate }} {{ node.augmentationId }}">A</span>\r
-            <!-- Augmentation control end -->\r
-        </span>\r
-    </div>\r
-\r
-    <div ng-show="node.expanded">\r
-        <div ng-repeat="node in node.getChildren(null,null,constants.NODE_UI_DISPLAY) | onlyConfigStmts" ng-include="currentPath+'/'+node.type+'.tpl.html'" ng-hide="node.augmentationId && !augmentations.getAugmentation(node.parent, node.augmentationId).expanded">\r
-        </div>\r
-    </div>\r
-\r
-    <i class="icon-caret-down borderArrow" ng-show="node.expanded"></i>\r
-\r
-</div>\r