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>
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>