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/tsconfig.json b/tsconfig.json
index 556f954..1a46126 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -157,7 +157,10 @@
"NsUpdateComponent": ["src/app/utilities/ns-update/NsUpdateComponent"],
"WarningComponent": ["src/app/utilities/warning/WarningComponent"],
"StartStopRebuildComponent": ["src/app/utilities/start-stop-rebuild/StartStopRebuildComponent"],
- "HealingComponent": ["src/app/utilities/healing/HealingComponent"]
+ "HealingComponent": ["src/app/utilities/healing/HealingComponent"],
+ "NSCONFIGTEMPLATE": ["src/app/packages/ns-config-template/NSConfigTemplateComponent"],
+ "NSCONFIGTEMPLATEACTION" :["src/app/utilities/ns-config-template-action/NSConfigTemplateActionComponent"],
+ "NSCONFIGTEMPLATEMODEL": ["src/models/NSConfigtemplateModel"]
},
"useDefineForClassFields": false
}