diff options
author | zhangab <zhanganbing@chinamobile.com> | 2019-01-18 18:27:54 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2019-01-18 18:28:03 +0800 |
commit | 9ed97927108df3ba9041441e89370fe4c2b6460a (patch) | |
tree | 1568bb575a6edcb2cc8a8e79a471b628a05a2a2c /usecaseui-portal/src/app/home | |
parent | 0c447e860195de10f27ff4ce32c9f0deec8b6f62 (diff) |
Fix VNF Alarm Query Bugs
Change-Id: I8df1f00de182e6c9f039e2e65237d3e8628c5717
Issue-ID: USECASEUI-165
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/home')
-rw-r--r-- | usecaseui-portal/src/app/home/home.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/home/home.component.html b/usecaseui-portal/src/app/home/home.component.html index 191c67ac..577a6356 100644 --- a/usecaseui-portal/src/app/home/home.component.html +++ b/usecaseui-portal/src/app/home/home.component.html @@ -16,7 +16,7 @@ <!--<h3 class="title"> {{"Overall trend" | translate}}</h3> <hr> --> -<div class="content"> +<div class="content" style="padding: 20px 20px;"> <div class="services"> <h4>{{"SERVICES" | translate}}</h4> <!-- <h3>{{serviceNumber}} <span>{{"services" | translate}}</span> </h3> |