Yangman - bugfixes and improvements
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / uint8.tpl.html
index e0d57ae2584b432bce68571122bcae49608331c2..5d9a220d9a29e83acafd66cf87b491ec12289005 100644 (file)
@@ -1,9 +1,10 @@
-<md-input-container md-no-float>
-    <input ng-change="yangType.valueChanged()" ng-model="node.value" aria-label="{{node.value}}" placeholder="{{type.label}}" ng-disabled="{{ yangOutput.notEditable }}">
+<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>
\ No newline at end of file
+</md-icon>