mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Export Workflow Job Template Node Labels
This change adds related Labels to the Workflow Job Template document that is exported by the AWX CLI. Previously, exporting and then importing Workflow Job Templates would not retain their related Labels.
This commit is contained in:
parent
395b338221
commit
0beff054af
@ -65,4 +65,5 @@ class Labels(page.PageList, Label):
|
||||
|
||||
page.register_page([resources.labels,
|
||||
resources.job_labels,
|
||||
resources.job_template_labels], Labels)
|
||||
resources.job_template_labels,
|
||||
resources.workflow_job_template_labels], Labels)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user