Remove code moved to DluxApps
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / int16.tpl.html
diff --git a/modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/int16.tpl.html b/modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/int16.tpl.html
deleted file mode 100644 (file)
index 58fdc5b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<md-input-container md-no-float class="full_width">
-    <input ng-change="yangType.valueChanged()" ng-model="node.value" aria-label="{{node.value}}" placeholder="{{type.label}}"
-    ng-readonly="{{ yangOutput.notEditable }}" class="full_width">
-    <md-tooltip md-direction="top">{{type.label}}</md-tooltip>
-</md-input-container>
-
-<md-icon md-font-set="material-icons" class="top-icon top-element pointer" ng-show="type.errors.length > 0">
-    <md-tooltip md-direction="top">{{type.errors.join('\n')}}</md-tooltip>
-    error_outline
-</md-icon>