git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e0053fe
)
luci-app-dawn: add missing quotation mark
author
Schleifer, Werner
<redacted>
Fri, 24 Sep 2021 07:26:27 +0000
(09:26 +0200)
committer
Hannu Nyman
<redacted>
Fri, 24 Sep 2021 13:11:36 +0000
(16:11 +0300)
Signed-off-by: Schleifer, Werner <redacted>
applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua
patch
|
blob
|
history
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 6b6d6e346f71a062a74b1b59baf69d8db75f9b22..f9e04b90cb90afa3cc3b4f37c21a3f18a544c67e 100644
(file)
--- a/
applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua
+++ b/
applications/luci-app-dawn/luasrc/model/cbi/dawn/dawn_network.lua
@@
-20,7
+20,7
@@
function s.render(self, sid)
%>
<div class="cbi-section-node">
<h3>SSID: <%= xml.pcdata(name) %></h3>
- <table class="table" id=network_overview_main">
+ <table class="table" id=
"
network_overview_main">
<tr class="tr table-titles">
<th class="th">AP</th>
<th class="th">Clients</th>
git clone https://git.99rst.org/PROJECT