From 66b9cbf682b8adfe7f763a90a3bff7e2aa791d70 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Tue, 23 Jul 2019 19:47:59 +0530 Subject: Resource dictionary- displaying exsisting sources Implemented feature to display the exsisting sources in source panel Issue-ID: CCSDK-707 Change-Id: Iec9231176c00be31b4565507a1869b0bafded076 Signed-off-by: Arundathi Patil --- cds-ui/client/src/app/common/core/store/models/resources.model.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cds-ui/client/src/app/common/core/store/models/resources.model.ts') diff --git a/cds-ui/client/src/app/common/core/store/models/resources.model.ts b/cds-ui/client/src/app/common/core/store/models/resources.model.ts index 019c2684a..e89094bb1 100644 --- a/cds-ui/client/src/app/common/core/store/models/resources.model.ts +++ b/cds-ui/client/src/app/common/core/store/models/resources.model.ts @@ -27,4 +27,5 @@ export interface IResources { updated_bt:string; property: IPropertyData; sources: ISourcesData; + definition?: any; } \ No newline at end of file -- cgit 1.2.3-korg