From 8b4cc4e121e46a552e1f27d3220d4468c2d1b138 Mon Sep 17 00:00:00 2001 From: Roger Pueyo Centelles Date: Thu, 10 Mar 2016 11:28:10 +0100 Subject: [PATCH] [luci-app-bmx7] Add Status view page --- .../usr/lib/lua/luci/view/bmx7/status_j.htm | 182 ++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 luci-app-bmx7/files/usr/lib/lua/luci/view/bmx7/status_j.htm diff --git a/luci-app-bmx7/files/usr/lib/lua/luci/view/bmx7/status_j.htm b/luci-app-bmx7/files/usr/lib/lua/luci/view/bmx7/status_j.htm new file mode 100644 index 0000000..c6920f9 --- /dev/null +++ b/luci-app-bmx7/files/usr/lib/lua/luci/view/bmx7/status_j.htm @@ -0,0 +1,182 @@ +<%+header%> + + + + + +
+
+ +
+
+ A mesh routing protocol for Linux devices.
+ Visit bmx6.net for more information.
+
+
+ +
+ +
+ <%:Node configuration%> + + + + + + + + + + + +
<%:Short ID%><%:Node name%><%:Primary IPv6 address%><%:Node key%><%:BMX7 revision%>

<%:Collecting data...%>
+
+ +
+ <%:Node status%> + + + + + + + + + + + + + + + +
<%:Nodes seen%><%:Neighbours%><%:Tunnelled IPv6 address%><%:Tunnelled IPv4 address%><%:Uptime%><%:CPU usage%><%:Memory usage%><%:Tx queue%>

<%:Collecting data...%>
+
+ +
+ <%:Interfaces%> + + + + + + + + + + + + + + +
<%:Interface%><%:State%><%:Type%><%:Max. rate%><%:Link-local IPv6 address%><%:Rx BpP%><%:Tx BpP%>

<%:Collecting data...%>
+
+ +
+ <%:Links%> + + + + + + + + + + + + + + + + +
+ + +
+ + + +<%+footer%> -- 2.30.2