summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-14 13:49:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-14 13:49:46 +0000
commitcd0f1cefea4c09f7d8b87d20c450e95d07e6b5c8 (patch)
tree4025c1f5864cd3c8627fb8b400b719ffc0a8265f
parentd6f536d9292ce9c06727cc126b3f66b649b320de (diff)
parentc1882041afb379e44e7da7a2603365ae4a4803be (diff)
Merge "side nav changes"
-rw-r--r--cds-ui/client/src/app/common/shared/components/home/home.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/common/shared/components/home/home.component.ts b/cds-ui/client/src/app/common/shared/components/home/home.component.ts
index d70da85f6..d5ea7f6ce 100644
--- a/cds-ui/client/src/app/common/shared/components/home/home.component.ts
+++ b/cds-ui/client/src/app/common/shared/components/home/home.component.ts
@@ -28,7 +28,7 @@ import { Component, OnInit } from '@angular/core';
})
export class HomeComponent implements OnInit {
events: string[] = [];
- opened: boolean;
+ opened: boolean = true;
constructor() { }
ngOnInit() {