summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-08-20 15:41:57 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-08-20 15:42:01 +0800
commitfe46070bdf8eaee112f0bb01b822532af17f3fee (patch)
treed396c609a9538f23168d47a6b107d5ab6576f43e /usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html
parent9f095ef4e489b7bbdae33b2dece0193262111ef8 (diff)
feat:optimize ccvpn instance details
Change-Id: Ibeee5b98d6608d1890ff0df60343b4d5533ae77b Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
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.html17
1 files changed, 3 insertions, 14 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 4b21ada8..ce556687 100644
--- a/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html
+++ b/usecaseui-portal/src/app/ccvpn-detail/ccvpn-detail.component.html
@@ -15,7 +15,7 @@
-->
<div class="model creation-model" style="background: #F7F8FC;">
- <!-- ???? -->
+ <!-- top title -->
<div class="top-title">
<h3 class="title fl">{{detailParams['service-instance-name']}} Instance Detail</h3>
<div class="fl" style="width: 20%">
@@ -24,7 +24,7 @@
<button class="back" nz-button (click)="goback()"></button>
</div>
</div>
- <!-- ͼ -->
+ <!-- chart -->
<div class="chart">
<div id="detailChart">
@@ -310,13 +310,6 @@
</div>
<div>
<h3>Sdwandevice</h3>
- <!--<div class="inputs">-->
- <!--<ul>-->
- <!--<li *ngFor="let item of this.templateParameters.site.sdwandevice_list">-->
- <!--<span>{{item.lable}}:</span>-->
- <!--<span class="input-info">{{siteCpeData[item.lable]}}</span>-->
- <!--</ul>-->
- <!--</div>-->
<div>
<table class="siteWanTab">
<thead>
@@ -387,7 +380,6 @@
</tr>
</thead>
<tbody>
- <!-- <ng-template ngFor let-data [ngForOf]="siteModalTable.data" let-i="index"> -->
<tr *ngFor="let item of sotnSdwansitelanData; let i = index;"
[ngClass]="{'tr-border':item.tabInputShowSdwansitelan ==false}">
<td>{{i+1}}</td>
@@ -402,7 +394,6 @@
class="anticon anticon-delete"></i></span>
</td>
</tr>
- <!-- </ng-template> -->
</tbody>
</table>
</div>
@@ -413,7 +404,7 @@
<button nz-button nzType="primary" (click)="updateSotnVpn_OK()">{{"i18nTextDefine_Add" | translate}}</button>
</div>
</div>
- <!-- site update模态框 -->
+ <!-- site update Model -->
<div class="sitemodel" *ngIf="siteAddModelShow">
<h3> {{"i18nTextDefine_Base" | translate}} </h3>
<div class="inputs">
@@ -449,7 +440,6 @@
</tr>
</thead>
<tbody>
- <!-- <ng-template ngFor let-data [ngForOf]="siteModalTable.data" let-i="index"> -->
<tr *ngFor="let item of siteWanData; let i = index;"
[ngClass]="{'tr-border':item.tabInputShowWanPort ==false}">
<td>{{i+1}}</td>
@@ -464,7 +454,6 @@
class="anticon anticon-delete"></i></span>
</td>
</tr>
- <!-- </ng-template> -->
</tbody>
</table>
</div>