diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-05-30 13:18:10 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-06-06 13:48:13 +0000 |
| commit | 309e06ab73dc27d3de8444691987483f88ed8a85 (patch) | |
| tree | b175347f3ad23daff34e9a2fafb37078505165d9 /app/configuration/controllers/network-controller.html | |
| parent | dca79d73337cc1d8528c5f021817ed49ea77188e (diff) | |
| download | phosphor-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.html | 2 |
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> |

