diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-03-27 17:18:25 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-03-27 17:18:38 +0800 |
commit | 85ff13a2ae3243f250ef0d6fa0407e4d11e9adeb (patch) | |
tree | b6360a33e85abea15a2cf5bf4d5d0190cf4aee21 /usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html | |
parent | 1c0361eeecfacefc17250a4388f843d8600df04a (diff) |
Fix instance instantiation for CCVPN
Change-Id: Ic4de910415203dacd4ddf642075c1cb45247fd03
Issue-ID: USECASEUI-220
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
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 | 6 |
1 files changed, 3 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 f1906285..f64e1237 100644 --- a/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html +++ b/usecaseui-portal/src/app/ccvpn-creation/ccvpn-creation.component.html @@ -20,7 +20,8 @@ <div class="top-title"> <h3 class="title fl">{{createParams.commonParams.templateType}} Instance Creation</h3> <div class="fl" style="width: 20%"> - <button class="submit" nz-button (click)="submit()"><span>Create</span></button> + <button class="submit" nz-button (click)="submit()"><i + class="anticon anticon-plus" style="transform: scale(1.5);line-height: 15px;margin-right: 5px;"></i><span>Create</span></button> <button class="back" nz-button (click)="goback()"> <i class="anticon anticon-arrow-left" style="transform: scale(1.5)"></i> </button> @@ -29,8 +30,7 @@ <!-- chart --> <div class="chart"> <span style="padding: 25px;display: inline-block;"> - Create Service - {{createParams.commonParams.templateType}} + Instance Topology </span> <div id="createChart"> <svg width="100%" height="100%"> |