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:
parent
745878d6cd
commit
d905dacf97
1 changed files with 2 additions and 0 deletions
|
@ -1660,6 +1660,8 @@ return L.Class.extend({
|
||||||
|
|
||||||
this.setActiveTabId(panes[selected], selected);
|
this.setActiveTabId(panes[selected], selected);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.updateTabs(group);
|
||||||
},
|
},
|
||||||
|
|
||||||
isEmptyPane: function(pane) {
|
isEmptyPane: function(pane) {
|
||||||
|
|
Loading…
Reference in a new issue