cleaned up empty class attributes
Change-Id: Ic285c863194da08ebc7ae683fc4247527bed4db8
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/configuration/controllers/network-controller.html b/app/configuration/controllers/network-controller.html
index 2a2947a..6276ad3 100644
--- a/app/configuration/controllers/network-controller.html
+++ b/app/configuration/controllers/network-controller.html
@@ -24,15 +24,15 @@
</div>
<div class="column small-12 large-3">
<label for="net-config__mac">MAC address</label>
- <input id="net-config__mac" type="text" readonly class=""/>
+ <input id="net-config__mac" type="text" readonly/>
</div>
<div class="column small-12 large-3">
<label for="net-config__host">Hostname</label>
- <input id="net-config__host" type="text" class=""/>
+ <input id="net-config__host" type="text"/>
</div>
<div class="column small-12 large-3">
<label for="net-config__domain">Domain name</label>
- <input id="net-config__domain" type="text" class=""/>
+ <input id="net-config__domain" type="text"/>
</div>
</fieldset>
</section>