mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 04:45:03 -02:30
Fixed broken template paths
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
mode: 'edit'
|
||||
});
|
||||
|
||||
return $templateRequest(templateUrl('inventories-hosts/inventories/related/groups/related/nested-groups/nested-groups-disassociate')).then((template) => {
|
||||
return $templateRequest(templateUrl('inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups-disassociate')).then((template) => {
|
||||
return html.concat(template);
|
||||
});
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@ export default {
|
||||
list: list,
|
||||
mode: 'edit'
|
||||
});
|
||||
return $templateRequest(templateUrl('inventories-hosts/inventories/related/groups/related/nested-hosts/nested-hosts-disassociate')).then((template) => {
|
||||
return $templateRequest(templateUrl('inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts-disassociate')).then((template) => {
|
||||
return html.concat(template);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user