summaryrefslogtreecommitdiffstats
path: root/app/configuration/controllers/network-controller.html
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-05-04 13:43:10 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-05-25 10:11:33 -0500
commite9f5fe77bb5646d33b06d51008bac8aa208a21f8 (patch)
tree0bc4888e42aac4b242433d7238d48aa3099e33e0 /app/configuration/controllers/network-controller.html
parent47db9cb3d2601d23d417ec8df2519af149a0aa78 (diff)
downloadphosphor-webui-e9f5fe77bb5646d33b06d51008bac8aa208a21f8.tar.gz
phosphor-webui-e9f5fe77bb5646d33b06d51008bac8aa208a21f8.zip
Replace "Domain Name" with "Default Gateway"
"Domain Name" is not as important of a network settings as "Default Gateway". Remove it for now, later we will add fields for the other network settings but getting the basic network settings going for now. To setup the network, the user needs to configure the Default Gateway, MAC Address, IP, Gateway, and netmask. Change-Id: I27066dc188c3c30a01051b473a7ce10837d40fab 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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/configuration/controllers/network-controller.html b/app/configuration/controllers/network-controller.html
index a91f7fa..968f8a2 100644
--- a/app/configuration/controllers/network-controller.html
+++ b/app/configuration/controllers/network-controller.html
@@ -28,8 +28,8 @@
<input id="net-config__host" type="text" ng-model="interface.MACAddress"/>
</div>
<div class="column small-12 large-3">
- <label for="net-config__domain">Domain name</label>
- <input id="net-config__domain" type="text" ng-model="interface.DomainName"/>
+ <label for="net-config__domain">Default Gateway</label>
+ <input id="net-config__domain" type="text" ng-model="defaultgateway"/>
</div>
</fieldset>
</section>
OpenPOWER on IntegriCloud