luci-base: form.js: update tab state on dependency checks
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
89bcae20d0
commit
5e67b8b72b
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ var CBIMap = CBINode.extend({
|
|||
|
||||
if (changed && (n || 0) < 10)
|
||||
this.checkDepends(ev, (n || 10) + 1);
|
||||
|
||||
ui.tabs.updateTabs(ev, this.root);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue