diff options
author | 2019-05-15 00:47:24 +0000 | |
---|---|---|
committer | 2019-05-15 00:47:24 +0000 | |
commit | 3de5e12f3dbf3e2c5daf2ecba8cdaa23a374e91e (patch) | |
tree | 7caea0cd1165d7fff3cc80542428dd99ae288e37 /usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html | |
parent | 7e55bc1f50d6fdfca754c04513405b5103c26bf6 (diff) | |
parent | cd934c497a6bf26992bcb42e27a179479001658b (diff) |
Merge "Fix instance instantiation for CCVPN"
Diffstat (limited to 'usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html')
-rw-r--r-- | usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html b/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html index 3409c8fa..486c11e8 100644 --- a/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html +++ b/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html @@ -22,9 +22,7 @@ <div class="fl" style="width: 20%"> <button class="submit" nz-button (click)="submit()"><span> {{"i18nTextDefine_Create" | translate}} </span> </button> - <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> <!-- chart --> |