summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns/htdocs
AgeCommit message (Collapse)Author
2020-06-10luci-app-ddns: Fix broken Custom provider select #4150Ansuel Smith
Fix broken Custom provider selection in luci-app-ddns. Fixes: #4150 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-04-03treewide: import utility classes explicitlyJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-03-15luci-app-ddns: fix invalid markupAnsuel Smith
Fix invalid markup to be XHTML compliant in order to prevent exceptions when opening DDNS pages with luci-theme-openwrt. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Ref: https://forum.openwrt.org/t/19-07-luci-app-ddns-broken/57596 Fixes: 34fa5122f ("luci-app-ddns: convert to client side implementatio") [reword commit message, drop unrelated ui.js changes] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-19luci-app-ddns: fix update interval unit values in comboboxAnton Kikin
Value "hours" is used twice instead of "hours" and "days". Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-11-29luci-app-ddns: fix syntax errorMartB
unexpected token: punc ) caused by extra , Signed-off-by: MartB <mart.b@outlook.de>
2019-11-17luci-app-ddns: use the correct widget SelectChen Minqiang
ip_network should be NetworkSelect ip_interface/interface should be DeviceSelect Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2019-11-11luci-app-ddns: convert to client side implementationAnsuel Smith
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>