aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-11 12:25:34 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-11 12:25:34 +0000
commit8cee95ae3d280a2a5d988f36134e1d38e96c168b (patch)
tree20a549af64abeadf55a70836ece414a233ab724d /cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
parent83a9080f6480a1489cabcae276ec95268c7a469c (diff)
parent29c19fef5f5b4249a1767e52703577d5db49dc0d (diff)
Merge "Store changes"
Diffstat (limited to 'cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts')
-rw-r--r--cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts b/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
index 5981f0136..6d2659248 100644
--- a/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
+++ b/cds-ui/client/src/app/common/core/store/models/blueprintState.model.ts
@@ -25,6 +25,7 @@ import { IBlueprint } from './blueprint.model';
export interface IBlueprintState {
blueprint: IBlueprint,
+ name?: string;
files?: any;
filesData?: any;
isLoadSuccess?: boolean;