mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
add app crud ui
This commit is contained in:
@@ -2,6 +2,7 @@ import atLibServices from '~services';
|
||||
import atLibComponents from '~components';
|
||||
import atLibModels from '~models';
|
||||
|
||||
import atFeaturesApplications from '~features/applications';
|
||||
import atFeaturesCredentials from '~features/credentials';
|
||||
import atFeaturesTemplates from '~features/templates';
|
||||
|
||||
@@ -11,6 +12,7 @@ angular.module(MODULE_NAME, [
|
||||
atLibServices,
|
||||
atLibComponents,
|
||||
atLibModels,
|
||||
atFeaturesApplications,
|
||||
atFeaturesCredentials,
|
||||
atFeaturesTemplates
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user