mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Lookup modal not-resizable
This commit is contained in:
@@ -175,9 +175,9 @@ export default ['Rest', 'ProcessErrors', 'generateList',
|
||||
width: 600,
|
||||
height: (instructions) ? 625 : 450,
|
||||
minWidth: 500,
|
||||
resizable: false,
|
||||
title: hdr,
|
||||
id: 'LookupModal-dialog',
|
||||
resizable: false,
|
||||
onClose: function() {
|
||||
setTimeout(function() {
|
||||
scope.$apply(function() {
|
||||
|
||||
Reference in New Issue
Block a user