mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
Removed extra Panel class from forms in CTinT
This commit is contained in:
parent
dac2045d49
commit
2c239ec018
@ -219,7 +219,8 @@ export default [
|
||||
id: form.id,
|
||||
mode: 'edit',
|
||||
scope: $scope.$parent,
|
||||
related: true
|
||||
related: true,
|
||||
noPanel: true
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@ -68,7 +68,8 @@ export default [
|
||||
id: 'configure-jobs-form',
|
||||
mode: 'edit',
|
||||
scope: $scope.$parent,
|
||||
related: false
|
||||
related: false,
|
||||
noPanel: true
|
||||
});
|
||||
|
||||
// Flag to avoid re-rendering and breaking Select2 dropdowns on tab switching
|
||||
|
||||
@ -145,7 +145,8 @@ export default [
|
||||
id: form.id,
|
||||
mode: 'edit',
|
||||
scope: $scope.$parent,
|
||||
related: true
|
||||
related: true,
|
||||
noPanel: true
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@ -71,7 +71,8 @@
|
||||
id: 'configure-ui-form',
|
||||
mode: 'edit',
|
||||
scope: $scope.$parent,
|
||||
related: true
|
||||
related: true,
|
||||
noPanel: true
|
||||
});
|
||||
|
||||
// Flag to avoid re-rendering and breaking Select2 dropdowns on tab switching
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user