Feature 11009 Ns Config Template as first class citizens in OSM
- Added UI support
- Added New page for NS config template under packages section
- User can create, edit & delete template
- Added template field under ns instance
Change-Id: I3e9a895b4415165d6c96b9840dee64cc197b40e4
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/app/AppModule.ts b/src/app/AppModule.ts
index 1f58a5f..d9a089f 100644
--- a/src/app/AppModule.ts
+++ b/src/app/AppModule.ts
@@ -55,6 +55,7 @@
import { NetslicePackagesActionComponent } from 'NetslicePackagesAction';
import { Ng2SmartTableModule } from 'ng2-smart-table';
import { ToastrModule } from 'ngx-toastr';
+import { NSConfigTemplateActionComponent } from 'NSCONFIGTEMPLATEACTION';
import { NSInstancesActionComponent } from 'NSInstancesActionComponent';
import { NsPackagesActionComponent } from 'NsPackagesAction';
import { NsUpdateComponent } from 'NsUpdateComponent';
@@ -134,7 +135,8 @@
NsUpdateComponent,
WarningComponent,
StartStopRebuildComponent,
- HealingComponent
+ HealingComponent,
+ NSConfigTemplateActionComponent
],
imports: [
NotifierModule.withConfig(customNotifierOptions),