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/utilities/delete/DeleteComponent.ts b/src/app/utilities/delete/DeleteComponent.ts
index d79d4e4..445c511 100644
--- a/src/app/utilities/delete/DeleteComponent.ts
+++ b/src/app/utilities/delete/DeleteComponent.ts
@@ -202,6 +202,9 @@
     } else if (data.page === 'osmrepo') {
       this.deleteURL = environment.OSMREPOS_URL;
       this.notifyMessage = 'DELETEDSUCCESSFULLY';
+    } else if (data.page === 'ns-config-template') {
+      this.deleteURL = environment.NSCONFIGTEMPLATE_URL;
+      this.notifyMessage = 'DELETEDSUCCESSFULLY';
     }
   }
   /** Generate Data function @public */