diff options
author | Tao Shen <shentao@chinamobile.com> | 2019-05-15 00:47:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-15 00:47:24 +0000 |
commit | 3de5e12f3dbf3e2c5daf2ecba8cdaa23a374e91e (patch) | |
tree | 7caea0cd1165d7fff3cc80542428dd99ae288e37 /usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html | |
parent | 7e55bc1f50d6fdfca754c04513405b5103c26bf6 (diff) | |
parent | cd934c497a6bf26992bcb42e27a179479001658b (diff) |
Merge "Fix instance instantiation for CCVPN"
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html index 5e630767..96d5dcb5 100644 --- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html +++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html @@ -19,9 +19,7 @@ <div class="top-title"> <h3 class="title fl">{{detailParams['service-instance-name']}} Instance Detail</h3> <div class="fl" style="width: 20%"> - <button class="back" nz-button (click)="goback()"> - <i class="anticon anticon-arrow-left" style="transform: scale(1.5)"></i> - </button> + <button class="back" nz-button (click)="goback()"></button> </div> </div> <!-- ΝΌ --> |