summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/home/home.component.html
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2018-11-06 11:56:50 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2018-11-06 11:57:44 +0800
commit3aa2334e116c1e7921ed46958ff5fed1c70fad7e (patch)
tree4987e4597df4f0ff6fd3d99d911a808ac9102995 /usecaseui-portal/src/app/home/home.component.html
parentee80382f7574fa459808da8e7f9ad410b5e8de22 (diff)
Dashboard finish
Change-Id: Ib9a4b70260beb971b27e82288ef2546c43535569 Issue-ID: USECASEUI-164 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/home/home.component.html')
-rw-r--r--usecaseui-portal/src/app/home/home.component.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/usecaseui-portal/src/app/home/home.component.html b/usecaseui-portal/src/app/home/home.component.html
index b2fa5eb4..c93d3f76 100644
--- a/usecaseui-portal/src/app/home/home.component.html
+++ b/usecaseui-portal/src/app/home/home.component.html
@@ -29,14 +29,14 @@
<div class="poerformance">
<h4>{{"PERFORMANCE" | translate}}</h4>
<div class="pfVnf">
- <h3 class="pfVnfNum">126</h3>
+ <h3 class="pfVnfNum">{{performanceVnfNum}}</h3>
<p>Performance VNF</p>
- <img src="../../assets/images/VNF.png" alt="VNF">
+ <img src="./assets/images/VNF.png" alt="VNF">
</div>
<div class="pfVmPm">
- <h3 class="pfVmPmNum">286</h3>
+ <h3 class="pfVmPmNum">{{performanceVmNum}}</h3>
<p>Performance VM/PM</p>
- <img src="../../assets/images/VM.png" alt="VM/PM">
+ <img src="./assets/images/VM.png" alt="VM/PM">
</div>
</div>
<div class="alarm">
@@ -46,16 +46,16 @@
</div>
<div class="rb-content">
- <h4>{{"VM Performance" | translate}}</h4>
+ <h4>{{"Alarm" | translate}}</h4>
<nz-dropdown [nzTrigger]="'click'" [nzPlacement]="'bottomRight'">
- <button nz-button nz-dropdown><span>{{vmPerformanceNameSelected}}</span> <i class="anticon anticon-down"></i></button>
+ <button nz-button nz-dropdown><span>{{sourceNameSelected}}</span> <i class="anticon anticon-down"></i></button>
<ul nz-menu>
- <li nz-menu-item (click)="vmPerformanceNameSelect(item)" *ngFor="let item of vmPerformanceNames">
+ <li nz-menu-item (click)="sourceNameSelect(item)" *ngFor="let item of sourceNameList">
<a>{{item}}</a>
</li>
</ul>
</nz-dropdown>
- <app-line [initData]="performanceChartInit" [chartData]="performanceChartData"></app-line>
+ <app-line [initData]="alarmLineChartInit" [chartData]="alarmLineChartData"></app-line>
</div>
</div>