summaryrefslogtreecommitdiffstats
path: root/app/configuration/controllers/network-controller.html
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-05-30 13:18:10 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-06-06 13:48:13 +0000
commit309e06ab73dc27d3de8444691987483f88ed8a85 (patch)
treeb175347f3ad23daff34e9a2fafb37078505165d9 /app/configuration/controllers/network-controller.html
parentdca79d73337cc1d8528c5f021817ed49ea77188e (diff)
downloadphosphor-webui-309e06ab73dc27d3de8444691987483f88ed8a85.tar.gz
phosphor-webui-309e06ab73dc27d3de8444691987483f88ed8a85.zip
Set Hostname on "Save settings"
Set the Hostname field when the user selects "Save settings" and accepts the popup. Before Hostname was readonly. Tested: Set the Hostname on a Witherspoon Change-Id: I9de840ee9d52ec4a9ae1fd69d4ea27f62b0baf17 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/controllers/network-controller.html')
-rw-r--r--app/configuration/controllers/network-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/configuration/controllers/network-controller.html b/app/configuration/controllers/network-controller.html
index 968f8a2..e9b819c 100644
--- a/app/configuration/controllers/network-controller.html
+++ b/app/configuration/controllers/network-controller.html
@@ -10,7 +10,7 @@
<fieldset>
<div class="column small-12 large-3">
<label for="net-config__mac">Hostname</label>
- <input id="net-config__mac" type="text" readonly value="{{hostname}}"/>
+ <input id="net-config__mac" type="text" ng-model="hostname"/>
</div>
<div class="column small-12 large-3">
<label for="netinterface-select">Network interface</label>
OpenPOWER on IntegriCloud