mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -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 {
|
.List-tableCell {
|
||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.ui-dialog-content {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -177,6 +177,7 @@ export default ['Rest', 'ProcessErrors', 'generateList',
|
|||||||
minWidth: 500,
|
minWidth: 500,
|
||||||
title: hdr,
|
title: hdr,
|
||||||
id: 'LookupModal-dialog',
|
id: 'LookupModal-dialog',
|
||||||
|
resizable: false,
|
||||||
onClose: function() {
|
onClose: function() {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
scope.$apply(function() {
|
scope.$apply(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user