From 86c6c60a0d3aded629efbf4bd5e4145dc077a29d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 25 Jun 2018 08:58:34 +0200 Subject: [PATCH] luci-mod-admin-full: replace status page legend tags with h3 (#1907) Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/admin_status/index.htm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm b/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm index 89ed973c1c62..7c4a5bfc9870 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_status/index.htm @@ -587,7 +587,7 @@

<%:Status%>

- <%:System%> +

<%:System%>

<%:Hostname%>
<%=luci.sys.hostname() or "?"%>
@@ -605,7 +605,7 @@

<%:Status%>

- <%:Memory%> +

<%:Memory%>

<%:Total Available%>
-
@@ -616,7 +616,7 @@

<%:Status%>

<% if swapinfo.total > 0 then %>
- <%:Swap%> +

<%:Swap%>

<%:Total Available%>
-
@@ -626,7 +626,7 @@

<%:Status%>

<% end %>
- <%:Network%> +

<%:Network%>

<%:Collecting data...%> @@ -639,7 +639,7 @@

<%:Status%>

<% if has_dhcp then %>
- <%:DHCP Leases%> +

<%:DHCP Leases%>

@@ -657,7 +657,7 @@

<%:Status%>