diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-25 14:23:23 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 14:40:35 -0500 |
| commit | d40d0c1ff580afda9aadc98e0f69b814c1b453b6 (patch) | |
| tree | c0e41dda3c1585b1a8873ca309f333cc3f87c816 /app/configuration/controllers/network-controller.html | |
| parent | 4b77b19a89ddfbc6f90ba52b9cacc35b2fad4c9b (diff) | |
| download | phosphor-webui-d40d0c1ff580afda9aadc98e0f69b814c1b453b6.tar.gz phosphor-webui-d40d0c1ff580afda9aadc98e0f69b814c1b453b6.zip | |
cleaned up empty class attributes
Change-Id: Ic285c863194da08ebc7ae683fc4247527bed4db8
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/configuration/controllers/network-controller.html')
| -rw-r--r-- | app/configuration/controllers/network-controller.html | 6 |
1 files changed, 3 insertions, 3 deletions
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> |

