mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Conditionally show the Artifacts field.
This commit is contained in:
parent
c114243082
commit
76a16b329e
@ -580,7 +580,7 @@ function getExtraVarsDetails () {
|
||||
function getArtifactsDetails (val) {
|
||||
const artifacts = val || resource.model.get('artifacts');
|
||||
|
||||
if (!artifacts) {
|
||||
if (!artifacts || artifacts === '{}') {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user