mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user