diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 11:33:22 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-08-23 11:33:40 +0800 |
commit | 5d9b41e5bf84926b2896231f17d3408fee0bf918 (patch) | |
tree | f47de0760d0d66657963d3d68662a7e703a4abc8 /usecaseui-portal/src/app/views/home/home.component.html | |
parent | bda50f637b486e1177e95309914d964ecc91a402 (diff) |
feat: home page code optimization
Change-Id: I9b8d91cad2ce1a558a561fe48aeec6da52e7563c
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/home/home.component.html')
-rw-r--r-- | usecaseui-portal/src/app/views/home/home.component.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usecaseui-portal/src/app/views/home/home.component.html b/usecaseui-portal/src/app/views/home/home.component.html index 4126f241..5f956827 100644 --- a/usecaseui-portal/src/app/views/home/home.component.html +++ b/usecaseui-portal/src/app/views/home/home.component.html @@ -14,18 +14,11 @@ limitations under the License. --> -<!--<h3 class="title"> {{"Overall trend" | translate}}</h3> -<hr> --> <div class="content"> <div class="left-content"> <div class="services"> <h4>{{"i18nTextDefine_SERVICES" | translate}}</h4> - <!-- <h3>{{serviceNumber}} <span>{{"services" | translate}}</span> </h3> - <p>{{serviceNumber}} {{"services has been created" | translate}}</p> --> - <app-pie [initData]="serviceChartInit" [chartData]="serviceChartData" *ngIf="serviceChart"></app-pie> - <div *ngIf="!serviceChart" - style="color: #ddd; font-weight: 700;font-size: 19px;height: 200px;text-align: center;line-height: 8;">No Service Instances </div> - + <app-pie [initData]="serviceChartInit" [chartData]="serviceChartData"></app-pie> <div> <h5><span>{{"i18nTextDefine_Total" | translate}}:</span> {{serviceNumber}} <span>{{"i18nTextDefine_cutomers_and" | translate}}</span> {{serviceNumber}} |