mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
Lookup modal not-resizable
This commit is contained in:
@@ -175,9 +175,9 @@ export default ['Rest', 'ProcessErrors', 'generateList',
|
|||||||
width: 600,
|
width: 600,
|
||||||
height: (instructions) ? 625 : 450,
|
height: (instructions) ? 625 : 450,
|
||||||
minWidth: 500,
|
minWidth: 500,
|
||||||
resizable: false,
|
|
||||||
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