summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/core/store/models/resources.model.ts
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-07-23 19:47:59 +0530
committerArundathi Patil <arundpil@in.ibm.com>2019-07-23 19:48:08 +0530
commit66b9cbf682b8adfe7f763a90a3bff7e2aa791d70 (patch)
tree486b625580408aef2b88f4f0874d2b10145e2f09 /cds-ui/client/src/app/common/core/store/models/resources.model.ts
parent6434d38dc045a10f17beec4d015348580ac09ddf (diff)
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 <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/common/core/store/models/resources.model.ts')
-rw-r--r--cds-ui/client/src/app/common/core/store/models/resources.model.ts1
1 files changed, 1 insertions, 0 deletions
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