mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Merge pull request #1237 from kensible/1231-lookupModal-specs
1231 lookup modal specs
This commit is contained in:
commit
57caec392c
@ -19,4 +19,8 @@
|
||||
.List-tableCell {
|
||||
color: @default-interface-txt;
|
||||
}
|
||||
|
||||
&.ui-dialog-content {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@ -177,6 +177,7 @@ export default ['Rest', 'ProcessErrors', 'generateList',
|
||||
minWidth: 500,
|
||||
title: hdr,
|
||||
id: 'LookupModal-dialog',
|
||||
resizable: false,
|
||||
onClose: function() {
|
||||
setTimeout(function() {
|
||||
scope.$apply(function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user