diff --git a/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua b/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua index c626a3d0c0..222778162b 100644 --- a/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua +++ b/applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua @@ -33,6 +33,8 @@ function s.render(self, sid)
+
Hostname
+
Interface
MAC
Utilization
Frequency
@@ -41,6 +43,8 @@ function s.render(self, sid)
VHT Sup
+
<%= data.hostname %>
+
<%= data.iface %>
<%= mac %>
<%= "%.2f" %(data.channel_utilization / 2.55) %> %
<%= "%.3f" %( data.freq / 1000 ) %> GHz (Channel: <%= "%d" %( status.frequency_to_channel(data.freq) ) %>)
@@ -89,4 +93,4 @@ function s.render(self, sid) ]]) end -return m \ No newline at end of file +return m