From 76b2d9eb41a87901fbd6ea591ea85419455fc724 Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Sun, 22 Sep 2019 12:13:49 +0200 Subject: [PATCH] small cosmetic fixes --- components/wifi-manager/index.html | 2 +- components/wifi-manager/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/wifi-manager/index.html b/components/wifi-manager/index.html index 89d48cc1..961d9010 100644 --- a/components/wifi-manager/index.html +++ b/components/wifi-manager/index.html @@ -132,7 +132,7 @@
Default Gateway:
- +
diff --git a/components/wifi-manager/style.css b/components/wifi-manager/style.css index 961621ed..21b1999a 100644 --- a/components/wifi-manager/style.css +++ b/components/wifi-manager/style.css @@ -127,6 +127,9 @@ h3 { #connect-details { display: none; } +#diag-disconnect { + display: none; +} .fr { float: right; margin-right: 20px;