luci-app-unbound: Stat Scroll Behavior

Don't scroll to bottom of text area for stats on every poll.
Signed-off-by: JimMatthew <jameslindstrom2@gmail.com>
This commit is contained in:
JimMatthew
2025-08-10 22:33:06 -05:00
committed by Paul Donald
parent 667871d68c
commit 7723fb2ead

View File

@@ -44,7 +44,6 @@ return view.extend({
return L.resolveDefault(fs.exec_direct('/usr/sbin/unbound-control', ['-c', '/var/lib/unbound/unbound.conf', 'stats_noreset'])).then(function(res) {
const stats = document.getElementById("stats");
stats.value = res ? res.trim() : _('No stats yet!');
stats.scrollTop = stats.scrollHeight;
});
});
// Local Data