Change Name -> Node Name to match Add Repo dialog.

This commit is contained in:
jpjp 2014-06-10 13:46:29 +02:00
parent 456d9e870d
commit 9eda8f2c7e

View File

@ -442,7 +442,7 @@ found in the LICENSE file.
</p>
</div>
<div class="form-group">
<label for="name">Name</label>
<label for="name">Node Name</label>
<input placeholder="Home Server" id="name" class="form-control" type="text" ng-model="currentNode.Name"></input>
<p class="help-block">Shown instead of Node ID in the cluster status.</p>
</div>