Yang UI - new features and fixes
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / types / uint32.tpl.html
index a154f9c6d163191c09f3b38927d7512009ce4f3d..e3c29c05c35e05043513178629aaa5e1cf08fb74 100644 (file)
@@ -1,2 +1,2 @@
-<input class="leaf-input form-control input-small" type="text" ng-change="valueChanged()" ng-model="node.value" tooltip="{{type.label}}">\r
+<input class="leaf-input form-control input-small" type="text" ng-change="valueChanged()" ng-model="node.value" tooltip="{{type.label}}" ng-disabled="{{ notEditable }}">\r
 <button class="yangButton iconDanger" tooltip="{{type.errors.join('\n')}}" ng-show="type.errors.length > 0"></button>
\ No newline at end of file