mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -02:30
updated template list to using new components
This commit is contained in:
@@ -3,6 +3,7 @@ import atLibComponents from '~components';
|
||||
import atLibModels from '~models';
|
||||
|
||||
import atFeaturesCredentials from '~features/credentials';
|
||||
import atFeaturesTemplates from '~features/templates';
|
||||
|
||||
const MODULE_NAME = 'at.features';
|
||||
|
||||
@@ -10,7 +11,8 @@ angular.module(MODULE_NAME, [
|
||||
atLibServices,
|
||||
atLibComponents,
|
||||
atLibModels,
|
||||
atFeaturesCredentials
|
||||
atFeaturesCredentials,
|
||||
atFeaturesTemplates
|
||||
]);
|
||||
|
||||
export default MODULE_NAME;
|
||||
|
||||
Reference in New Issue
Block a user