summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/services/services-list/services-list.component.html
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-04-30 11:05:47 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-04-30 11:31:10 +0800
commit155cbcf3ecc4157466dee09fe384787d65d58269 (patch)
tree6e21f29b894d7f36ae509e196dce02e8f6f46bc4 /usecaseui-portal/src/app/services/services-list/services-list.component.html
parent5978085f3b08b836e9db75c83791379b1592dd93 (diff)
Fix instance instantiation for CCVPN
Change-Id: I4261d248704e498565e8337ea5672b16e89e1f8f Issue-ID: USECASEUI-220 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/services/services-list/services-list.component.html')
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.html b/usecaseui-portal/src/app/services/services-list/services-list.component.html
index bb8e5140..f3378d03 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.html
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.html
@@ -335,7 +335,6 @@
<div class="createComponent" *ngIf="createshow">
<app-ccvpn-creation
[createParams]="createData"
- [namesTranslate]="namesTranslate"
(closeCreate)="closeCreate($event)">
</app-ccvpn-creation>
</div>