Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/f6b8712712a36aacd1865f9c8df4ae91f628ffb3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Push_modal failure tentative two...

master
xSmurf 7 years ago
parent 875b7607d9
commit f6b8712712

@ -190,6 +190,12 @@ const FirewallPromptHandler = new Lang.Class({
onCloseDialog: function() {
log("SGFW: Closed dialog");
try {
this._dialog.close();
this._dialog.destroy();
} catch (err) {
log("SGFW: Unable to close/destroy modal...");
}
this._dialog = null;
if (this._dialogs.length > 0) {
log("SGFW: Opening next dialogs (remaining: " + this._dialogs.length + ")");

Loading…
Cancel
Save