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:
Jo-Philipp Wich 2022-01-21 20:31:47 +01:00
parent 705d46b1a6
commit 433db83c65

View file

@ -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));
};