From: Jo-Philipp Wich Date: Tue, 20 Aug 2019 13:15:12 +0000 (+0200) Subject: luci-base: ui.js: update tabs after initial render X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d905dacf97272903f8d9d962bcee25bc3409ba79;p=oweals%2Fluci.git luci-base: ui.js: update tabs after initial render This ensures that the error badges are properly set. Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/htdocs/luci-static/resources/ui.js b/modules/luci-base/htdocs/luci-static/resources/ui.js index 633707b2b..3444549e0 100644 --- a/modules/luci-base/htdocs/luci-static/resources/ui.js +++ b/modules/luci-base/htdocs/luci-static/resources/ui.js @@ -1660,6 +1660,8 @@ return L.Class.extend({ this.setActiveTabId(panes[selected], selected); } + + this.updateTabs(group); }, isEmptyPane: function(pane) {