diff options
Diffstat (limited to 'applications/luci-app-noddos')
-rw-r--r-- | applications/luci-app-noddos/luasrc/view/noddos/clients.htm | 4 | ||||
-rw-r--r-- | applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos | 7 |
2 files changed, 2 insertions, 9 deletions
diff --git a/applications/luci-app-noddos/luasrc/view/noddos/clients.htm b/applications/luci-app-noddos/luasrc/view/noddos/clients.htm index 4caf3e04e4..171a5e9aab 100644 --- a/applications/luci-app-noddos/luasrc/view/noddos/clients.htm +++ b/applications/luci-app-noddos/luasrc/view/noddos/clients.htm @@ -79,8 +79,8 @@ <div class="th cbi-section-table-cell"><%:MAC%></div> <div class="th cbi-section-table-cell"><%:Manufacturer%></div> <div class="th cbi-section-table-cell"><%:Model%></div> - <div class="th cbi-section-table-cell"><%:DhcpVendor%></div> - <div class="th cbi-section-table-cell"><%:DhcpHostname%></div> + <div class="th cbi-section-table-cell"><%:DHCP Vendor%></div> + <div class="th cbi-section-table-cell"><%:DHCP Hostname%></div> </div> <% diff --git a/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos b/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos index 17abbc41ca..5225b63a8e 100644 --- a/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos +++ b/applications/luci-app-noddos/root/etc/uci-defaults/40_luci-noddos @@ -3,12 +3,5 @@ # Copyright (C) 2017 Steven Hessing (steven.hessing@live.com) # This is free software, licensed under the GNU General Public License v3 -uci -q batch <<-EOF >/dev/null - delete ucitrack.@noddos[-1] - add ucitrack noddos - set ucitrack.@noddos[-1].init=noddos - commit ucitrack -EOF - rm -f /tmp/luci-indexcache exit 0 |