mirror of https://github.com/apache/cloudstack.git
New UI - The session timeout dialog will really send you to the login screen now.
This commit is contained in:
parent
ff382fb364
commit
94f98f8042
|
|
@ -382,7 +382,12 @@ $(document).ready(function() {
|
|||
$("#dialog_error").siblings(".ui-widget-header").css("background", "url('/client/css/images/ui-bg_errorglass_30_ffffff_1x400.png') repeat-x scroll 50% 50% #393939");
|
||||
$("#dialog_error").siblings(".ui-dialog-buttonpane").find(".ui-state-default").css("background", "url('/client/css/images/ui-bg_errorglass_30_ffffff_1x400.png') repeat-x scroll 50% 50% #393939");
|
||||
|
||||
initDialogWithOK("dialog_session_expired");
|
||||
$("#dialog_session_expired").dialog({
|
||||
autoOpen: false,
|
||||
modal: true,
|
||||
zIndex: 2000,
|
||||
buttons: { "OK": function() { logout(true); $(this).dialog("close"); } }
|
||||
});
|
||||
$("#dialog_session_expired").siblings(".ui-widget-header").css("background", "url('/client/css/images/ui-bg_errorglass_30_ffffff_1x400.png') repeat-x scroll 50% 50% #393939");
|
||||
$("#dialog_session_expired").siblings(".ui-dialog-buttonpane").find(".ui-state-default").css("background", "url('/client/css/images/ui-bg_errorglass_30_ffffff_1x400.png') repeat-x scroll 50% 50% #393939");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue