diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-07-23 19:47:59 +0530 |
---|---|---|
committer | Arundathi Patil <arundpil@in.ibm.com> | 2019-07-23 19:48:08 +0530 |
commit | 66b9cbf682b8adfe7f763a90a3bff7e2aa791d70 (patch) | |
tree | 486b625580408aef2b88f4f0874d2b10145e2f09 /cds-ui/client/src/app/common | |
parent | 6434d38dc045a10f17beec4d015348580ac09ddf (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')
-rw-r--r-- | cds-ui/client/src/app/common/core/store/models/resources.model.ts | 1 |
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 |