mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Merge pull request #1237 from kensible/1231-lookupModal-specs
1231 lookup modal specs
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user