mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Fix projects modal in jt add/edit
This commit is contained in:
@@ -30,7 +30,8 @@ export default
|
|||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
icon: "icon-job-{{ project.statusIcon }}",
|
icon: "icon-job-{{ project.statusIcon }}",
|
||||||
columnClass: "List-staticColumn--smallStatus",
|
columnClass: "List-staticColumn--smallStatus",
|
||||||
nosort: true
|
nosort: true,
|
||||||
|
excludeModal: true
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
key: true,
|
key: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user