From 1cfb08779ea0e00be69e072a940b3063e049fe6b Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 31 Jan 2018 17:19:00 +0200 Subject: org.onap migration Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino --- .../app/vid/scripts/view-models/instantiate.htm | 79 ++++++++++++++++++---- 1 file changed, 66 insertions(+), 13 deletions(-) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm index 71efef1d..0740c07e 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm +++ b/vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm @@ -23,7 +23,7 @@
-
+
@@ -35,7 +35,7 @@
{{errorMsg}}
{{errorDetails | json}}
-

{{isPermitted == "true" ? "View/Edit" : "View"}} Service Instance

+

{{isPermitted ? "View/Edit" : "View"}} Service Instance


@@ -47,7 +47,7 @@ {{service.instance.subscriberName}} SERVICE TYPE: {{service.instance.serviceType}} - SERVICE INSTANCE + SERVICE INSTANCE ID: {{service.instance.serviceInstanceId}} @@ -64,16 +64,16 @@
  1. - + - SERVICE INSTANCE: {{aService.instance.name}} - + SERVICE INSTANCE: {{aService.instance.name}} | ORCH STATUS: {{serviceOrchestrationStatus}} + -
    +
    - @@ -180,7 +183,7 @@ VFMODULE: {{vfModule.name}} | TYPE: {{vfModule.nodeType}} | ORCH STATUS: {{vfModule.nodeStatus}} - +
    @@ -196,6 +199,12 @@ + +
    1. @@ -227,6 +236,7 @@
+
  1. @@ -244,6 +254,49 @@
+ + +
    +
  1. +
    + + + + CONFIGURATION: {{configuration.name}} | TYPE: {{configuration.nodeType}} | ORCH STATUS: {{configuration.nodeStatus}} + + + + + + + {{configuration.nodeStatus === STATUS_CONSTANTS.AAI_ACTIVE ? "Deactivate" : "Activate"}} + +
    +
      +
    1. +
      + PORT: {{port.portName}} | ORCH STATUS: {{port.portStatus}} + + +
      +
    2. +
    +
  2. +
+ +
    +
  1. +
    + PNF: {{pnf}} + + + Dissociate + +
    +
  2. +
-- cgit 1.2.3-korg