diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-05 18:19:11 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-05 18:21:35 +0800 |
commit | b4bbbe86cf1410d6fa10d3d6d2b418133e34c45c (patch) | |
tree | bd4cc8f72a2e357688574ee7f1523c8435220fa9 /usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html | |
parent | de1a4c6aa7a596e45028f67435866152c6f5b496 (diff) |
Fix instance instantiation for NS/E2E
Change-Id: Icce9c332b740ad7aa44f4e84f9274778542ebced
Issue-ID: USECASEUI-131
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html')
-rw-r--r-- | usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html index 79b3e371..10bcba1d 100644 --- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html +++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html @@ -25,6 +25,7 @@ </button> </div> </div> + <div class="e2ecreate-content"> <div class="creation fl"> <div *ngIf="createParams.commonParams.templateType=='E2E Service'" class="baseparms clearfix"> <!--2019.02.21 add--> @@ -128,7 +129,7 @@ </div> </div> </div> - + <div class="dividing-line fl"></div> <!-- chart --> <div class="chart fr"> <div id="createChart"> @@ -139,6 +140,7 @@ </svg> + </div> </div> </div> |