From fe2a0b8aab91f6718c7e80796d8e91336511bd9f Mon Sep 17 00:00:00 2001 From: Swapnali Shadanan Pode Date: Fri, 22 Feb 2019 12:40:18 +0530 Subject: Added changes in Resource Edit Change-Id: Iaa383538ed29c8f242385bab1197fadc4abe4fd2 Issue-ID: CCSDK-807 Signed-off-by: sp00501638 --- .../resource-edit/resource-edit-routing.module.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit-routing.module.ts') diff --git a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit-routing.module.ts b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit-routing.module.ts index bf423f0b2..ae417c454 100644 --- a/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit-routing.module.ts +++ b/cds-ui/client/src/app/feature-modules/resource-definition/resource-edit/resource-edit-routing.module.ts @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * ONAP : CDS * ================================================================================ -* Copyright 2019 TechMahindra -*================================================================================= +* Copyright (C) 2019 TechMahindra +* ================================================================================= * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -33,3 +33,4 @@ const routes: Routes = [ exports: [RouterModule] }) export class ResourceEditRoutingModule { } + -- cgit 1.2.3-korg