Merge pull request #357 from jpjp/patch-1

Change Name -> Node Name to match Add Repo dialog.
This commit is contained in:
Jakob Borg 2014-06-10 16:09:22 +02:00
commit 7626c5d526

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>