mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fixed broken template paths
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
|||||||
mode: 'edit'
|
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);
|
return html.concat(template);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default {
|
|||||||
list: list,
|
list: list,
|
||||||
mode: 'edit'
|
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);
|
return html.concat(template);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user