mirror of https://github.com/aredn/aredn.git
Fix broken wifi sorting
This commit is contained in:
parent
afda7e35ca
commit
d03be0c2ae
|
@ -152,7 +152,7 @@ if autoscan then
|
||||||
html.print("<meta http-equiv='refresh' content='5;url=/cgi-bin/scan'>")
|
html.print("<meta http-equiv='refresh' content='5;url=/cgi-bin/scan'>")
|
||||||
end
|
end
|
||||||
html.print([[
|
html.print([[
|
||||||
<script src=\"/js/sorttable-min.js\"></script>
|
<script src="/js/sorttable-min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
table.sortable thead {
|
table.sortable thead {
|
||||||
background-color:#eee;
|
background-color:#eee;
|
||||||
|
|
Loading…
Reference in New Issue