Fixed broken template paths

This commit is contained in:
Michael Abashian
2017-06-20 17:46:36 -04:00
parent 92c9b786f4
commit 6143d275d6
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
});
},

View File

@@ -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);
});
},