From: Jo-Philipp Wich Date: Mon, 25 Jun 2018 06:58:34 +0000 (+0200) Subject: luci-mod-admin-full: replace status page legend tags with h3 (#1907) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=86c6c60a0d3aded629efbf4bd5e4145dc077a29d;p=oweals%2Fluci.git luci-mod-admin-full: replace status page legend tags with h3 (#1907) Signed-off-by: Jo-Philipp Wich --- 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 89ed973c1..7c4a5bfc9 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 @@
- <%:Memory%> +

<%:Memory%>

<%:Total Available%>
-
@@ -616,7 +616,7 @@ <% if swapinfo.total > 0 then %>
- <%:Swap%> +

<%:Swap%>

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

<%:Network%>

<%:Collecting data...%> @@ -639,7 +639,7 @@ <% if has_dhcp then %>
- <%:DHCP Leases%> +

<%:DHCP Leases%>

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