luci-base: ui.js: update tabs after initial render

This ensures that the error badges are properly set.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-08-20 15:15:12 +02:00
parent 745878d6cd
commit d905dacf97

View file

@ -1660,6 +1660,8 @@ return L.Class.extend({
this.setActiveTabId(panes[selected], selected);
}
this.updateTabs(group);
},
isEmptyPane: function(pane) {