| commit | ed293f8a67f260ea937ae8b2b72823e1e39353f2 | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Mon May 08 02:11:21 2017 +0200 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Mon May 08 02:11:21 2017 +0200 |
| tree | 094ce8e3319905bded374ba9ca6b7f941ed94713 | |
| parent | 5d61e264565b4ae5f3114122d4007720216751e4 [diff] [blame] |
add MAC address in dashboard
diff --git a/src/emuvim/dashboard/css/main.css b/src/emuvim/dashboard/css/main.css index 5e9162c..6289439 100755 --- a/src/emuvim/dashboard/css/main.css +++ b/src/emuvim/dashboard/css/main.css
@@ -36,7 +36,7 @@ } .interface_table { - width: 420px; + width: 570px; } @@ -50,4 +50,8 @@ .interface_ip { width: 100px; +} + +.interface_mac { + width: 150px; } \ No newline at end of file