luci-mod-network: fix creating joining wireless networks
Fixes: #5651
Fixes: 1c798d1a08
("luci-base: form.js: allow nesting Grid and Table sections")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
705d46b1a6
commit
433db83c65
1 changed files with 2 additions and 0 deletions
|
@ -1965,6 +1965,8 @@ return view.extend({
|
|||
});
|
||||
});
|
||||
}).then(L.bind(function() {
|
||||
ui.showModal(null, E('p', { 'class': 'spinning' }, [ _('Loading data…') ]));
|
||||
|
||||
return this.renderMoreOptionsModal(section_id);
|
||||
}, this));
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue