Show node ID in regular text not disabled control (fixes #162)
This commit is contained in:
+3
-2
@@ -361,8 +361,9 @@
|
||||
<form role="form">
|
||||
<div class="form-group">
|
||||
<label for="nodeID">Node ID</label>
|
||||
<input ng-disabled="editingExisting" id="nodeID" class="form-control" type="text" ng-model="currentNode.NodeID"></input>
|
||||
<p class="help-block">The node ID can be found in the logs or in the "Add Node" dialog on the other node.</p>
|
||||
<input ng-if="!editingExisting" id="nodeID" class="form-control" type="text" ng-model="currentNode.NodeID"></input>
|
||||
<div ng-if="editingExisting" class="well well-sm">{{currentNode.NodeID}}</div>
|
||||
<p class="help-block">The node ID can be found in the "Add Node" dialog on the other node.</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="name">Name</label>
|
||||
|
||||
Reference in New Issue
Block a user