mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Session expire: show overlay on dialog to prevent clicking in UI
This commit is contained in:
parent
0ea93d6904
commit
63c22a1508
@ -101,10 +101,12 @@
|
||||
var clickAction = function() {
|
||||
$('#user-options a').eq(0).trigger('click');
|
||||
};
|
||||
|
||||
cloudStack.dialog.notice({
|
||||
message: _l('label.session.expired'),
|
||||
clickAction: clickAction
|
||||
});
|
||||
}).closest('.ui-dialog').overlay();
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user