diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-14 13:49:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-14 13:49:46 +0000 |
commit | cd0f1cefea4c09f7d8b87d20c450e95d07e6b5c8 (patch) | |
tree | 4025c1f5864cd3c8627fb8b400b719ffc0a8265f /cds-ui/client | |
parent | d6f536d9292ce9c06727cc126b3f66b649b320de (diff) | |
parent | c1882041afb379e44e7da7a2603365ae4a4803be (diff) |
Merge "side nav changes"
Diffstat (limited to 'cds-ui/client')
-rw-r--r-- | cds-ui/client/src/app/common/shared/components/home/home.component.ts | 2 |
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() { |