mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-12 11:01:48 -05:00
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