From 572a0457a0fb11ce239e5e9d3666b1387fa93442 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Mon, 13 May 2019 16:15:24 +0800 Subject: Fix instance instantiation for e2e/NS Change-Id: Icd1cc946fd0a25de2751ad4f465f27ae3d89fe50 Issue-ID: USECASEUI-252 Signed-off-by: guochuyicmri --- .../src/app/components/e2e-creation/e2e-creation.component.html | 8 ++++---- .../src/app/components/e2e-creation/e2e-creation.component.less | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'usecaseui-portal/src/app') 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 3f642e97..497693fe 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 @@ -49,7 +49,7 @@
id: {{parameter.name}}
vf_location: - @@ -69,7 +69,7 @@
id: {{input.name}}
vf_location: - id: {{parameter.name}} vf_location: - @@ -121,7 +121,7 @@
  • id: {{vnf.vnf_id}}
    vf_location: - +
  • diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less index 79e952f4..3a1693b6 100644 --- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less +++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less @@ -120,11 +120,12 @@ hr { ul li { margin: 10px 0; width: 40%; + margin-right: 5%; float: left; text-align: left; span { display: inline-block; - width: 25%; + width: 30%; font: 700 14px "Arial"; vertical-align: middle; overflow: hidden; @@ -132,7 +133,7 @@ hr { text-align: left; } input,nz-select{ - width: 170px; + width: 65%; } } } -- cgit 1.2.3-korg