I have the DNS all set up and working as expected but I've noticed I cannot see any logs in Luci or well I don't see a button "Read / Reread log file" for my duckdns
When I SSH into the log folder I can see the log file
root@OpenWrt-b:/tmp/log/ddns# ls -l
-rw-r--r-- 1 root root 18872 Dec 9 13:43 duckdns.log
-rw-r--r-- 1 root root 606 Dec 6 09:03 myddns_ipv4.log
When I inspect the page I see the class is set to hidden ("cbi-value hidden")
<div id="container.ddns.duckdns.logview" data-tab="logview" data-tab-title="Log File Viewer" data-tab-active="true"><div class="cbi-value hidden" id="cbi-ddns-duckdns-_read_log" data-index="0" data-depends="[{"cbid.ddns.duckdns.use_logfile":"1","cbid.ddns.duckdns.service_name":"-"}]" data-field="cbid.ddns.duckdns._read_log" data-name="_read_log" data-widget="CBI.ButtonValue" data-idref="4779526c"><div><button class="cbi-button cbi-button-apply">Read / Reread log file</button></div><input id="cbid.ddns.duckdns._read_log" type="hidden" data-idref="c1af5f99"></div><p>This is the current content of the log file in /var/log/ddns for this service.</p><p><textarea style="width:100%" rows="20" readonly="readonly" id="log_area">Please press [Read] button</textarea></p></div>
And when I change this to "cbi-value" I can see the logs in Luci
Are there any browser console errors when you load the page? Seems like you should have more tabs than what you show. Any adblocker that might be interfering?
Nope, I've noting like that. I did notice the same thing as default service myddns_ipv4 has the extra tabs but I put that down to duckdns being a -- custom -- DDNS Service provider.
It's still the same result in Chrome, Opera and Firefox.