mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
remove the x icon on the session timeout modal (it doesn't work)
This commit is contained in:
@@ -2307,6 +2307,10 @@ input[disabled].ui-spinner-input {
|
|||||||
background: @default-bg;
|
background: @default-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-dialog.no-close button.close {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
html { height: 100%; }
|
html { height: 100%; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -157,6 +157,7 @@ export default
|
|||||||
title: i18n._("Idle Session"),
|
title: i18n._("Idle Session"),
|
||||||
scope: $rootScope,
|
scope: $rootScope,
|
||||||
buttons: buttons,
|
buttons: buttons,
|
||||||
|
dialogClass: "no-close",
|
||||||
width: 470,
|
width: 470,
|
||||||
height: 240,
|
height: 240,
|
||||||
minWidth: 200,
|
minWidth: 200,
|
||||||
|
|||||||
Reference in New Issue
Block a user