From 41ee9cb182dd5f730c8eb21282004ce6ee4e2927 Mon Sep 17 00:00:00 2001 From: miriame Date: Mon, 4 Mar 2019 13:49:15 +0200 Subject: Add 'Req & Cap' screen for VF/PNF/Service - UI Issue-ID: SDC-2142 Change-Id: I23a2de18862e18389f801cbec3e452d7094df8e9 Signed-off-by: miriame --- catalog-ui/src/assets/languages/en_US.json | 15 ++++++++++++++- catalog-ui/src/assets/styles/sprite.less | 6 ++++++ 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'catalog-ui/src/assets') diff --git a/catalog-ui/src/assets/languages/en_US.json b/catalog-ui/src/assets/languages/en_US.json index 41f543aae8..b81dadffd9 100644 --- a/catalog-ui/src/assets/languages/en_US.json +++ b/catalog-ui/src/assets/languages/en_US.json @@ -549,5 +549,18 @@ "SERVICE_CERTIFICATION_STATUS_TEXT": "Service {{serviceName}} was successfully certified", "SERVICE_AUTOMATED_UPGRADE_WITH_COMPONENTS_TO_UPGRADE": "The following services reference {{vspName}}.
One or more of the services were not yet upgraded with the most recently certified version of {{vspName}}.
Select services from the list to upgrade them with {{vspName}} {{vspVersion}}.", "SERVICE_AUTOMATED_UPGRADE_ALL_COMPONENTS_LOCKED": "The listed services reference {{vspName}}.
These services were not upgraded with the most recently certified version of {{vspName}}. Currently they are locked from being upgraded with {{vspName}} {{vspVersion}}", - "SERVICE_AUTOMATED_UPGRADE_ALL_COMPONENTS_UPGRADED": "The listed services each reference {{vspName}} and have already been updated with the most recently certified version of the {{vspName}} {{vspVersion}}" + "SERVICE_AUTOMATED_UPGRADE_ALL_COMPONENTS_UPGRADED": "The listed services each reference {{vspName}} and have already been updated with the most recently certified version of the {{vspName}} {{vspVersion}}", + "=========== REQUIREMENTS AND CAPABILITIES ===========": "", + "REQ_NAME": "Requirement Name", + "REQ_RELATED_CAPABILITY": "Related Capability", + "REQ_NODE": "Node", + "REQ_RELATIONSHIP": "Relationship", + "REQ_CAP_OCCURRENCES": "Occurrences", + "REQ_CAP_OCCURRENCES_UNBOUNDED": "UNBOUNDED", + "REQ_CAP_OCCURRENCES_MIN": "Min", + "REQ_CAP_OCCURRENCES_MAX": "Max", + "CAP_NAME": "Capability Name", + "CAP_TYPE": "Capability Type", + "CAP_DESCRIPTION": "Description", + "CAP_VALID_SOURCE": "Valid Sources" } diff --git a/catalog-ui/src/assets/styles/sprite.less b/catalog-ui/src/assets/styles/sprite.less index 383a830b00..5883094f4c 100644 --- a/catalog-ui/src/assets/styles/sprite.less +++ b/catalog-ui/src/assets/styles/sprite.less @@ -31,6 +31,12 @@ .plus-icon { background-position: -50px -231px; width: 12px; height: 12px;} .plus-icon-hover { background-position: -100px -231px; width: 12px; height: 12px;} +.plus-icon-circle { + background-position: -49px -959px; + width: 20px; + height: 20px; +} + .delete-icon { background-position: -675px -231px; width: 11px; height: 13px;} .delete-icon-hover { background-position: -702px -231px; width: 11px; height: 13px;} -- cgit 1.2.3-korg