diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 18:01:19 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-10 18:02:37 +0800 |
commit | c7a9cb23b403083f6a8b9d5b9a8a6de25e5c1502 (patch) | |
tree | 7cfd0303a68d1e16e6bb70f80a879a2a937fe5b5 /usecaseui-portal/src/app/app.component.html | |
parent | f87f67dbc1d5ba8dc7991d1552f6637d8ef12f65 (diff) |
Service instance lifecycle management
Change-Id: I5513d8f59b02ae400e5b406e46a27967af23621d
Issue-ID: USECASEUI-218
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/app.component.html')
-rw-r--r-- | usecaseui-portal/src/app/app.component.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/app.component.html b/usecaseui-portal/src/app/app.component.html index c7288e50..d99843c2 100644 --- a/usecaseui-portal/src/app/app.component.html +++ b/usecaseui-portal/src/app/app.component.html @@ -15,7 +15,10 @@ --> <nz-layout> <nz-sider nzWidth='330' style="overflow: auto; height: 100vh; position: fixed; left: 0;background: url('../assets/images/UUIMenuBar.png')"> - <ul nz-menu [nzTheme]="'dark'" [nzMode]="'inline'" style="width: 330px;margin-top: 200px"> + <div style="width: 330px;height:240px;text-align: center"> + <img src="../assets/images/uui-logo130.png" alt="" style="margin-top: 40px"> + </div> + <ul nz-menu [nzTheme]="'dark'" [nzMode]="'inline'" style="width: 330px"> <li nz-menu-item [ngClass]="{'activeMenuBar':activeMenuBar[0] == true}" (click)="thisActive(0)"> <a routerLink="home"> <span title> @@ -39,7 +42,7 @@ </li> <hr> <li nz-menu-item [ngClass]="{'activeMenuBar':activeMenuBar[2]== true}" (click)="thisActive(2)"> - <a routerLink="fcaps"> + <a href="#" onclick="window.open('http://172.30.1.80:5601/app/kibana#/dashboards')"> <span title> <i> <img src="{{activeMenuBar[2] == true ? '../assets/images/monitor-icon-active.png':'../assets/images/monitor-icon.png'}}" alt="home"> |