diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-11-12 08:23:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-12 08:23:23 +0100 |
commit | 45240e088e4dcef3216d19f1751c13eb08c6edd6 (patch) | |
tree | c5b54215c99d58c8011eefeb497060cb0b84e948 /applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm | |
parent | 0731f7e5e43f490c39e364e43988a59ee2be9576 (diff) | |
parent | 32db039d31f274bfe93a4d7b033c320f781e3c88 (diff) |
Merge pull request #3267 from Ansuel/rework-ddns
luci-app-ddns: convert to client side implementation
Diffstat (limited to 'applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm')
-rw-r--r-- | applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm b/applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm deleted file mode 100644 index 1d1b4be019..0000000000 --- a/applications/luci-app-ddns/luasrc/view/ddns/overview_doubleline.htm +++ /dev/null @@ -1,10 +0,0 @@ - -<!-- ++ BEGIN ++ Dynamic DNS ++ overview_doubleline.htm ++ --> -<%+cbi/valueheader%> - -<span id="<%=cbid%>.one"><%=self:set_one(section)%></span> -<br /> -<span id="<%=cbid%>.two"><%=self:set_two(section)%></span> - -<%+cbi/valuefooter%> -<!-- ++ END ++ Dynamic DNS ++ overview_doubleline.htm ++ --> |