summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html
diff options
context:
space:
mode:
authorkooper <sergey.sachkov@est.tech>2019-03-15 16:58:20 +0000
committerOren Kleks <orenkle@amdocs.com>2019-03-20 09:46:48 +0000
commitf4dd8f797c68740b968c1abdda390f24224d4424 (patch)
treef44feae8680a3064b566772f78c1cb328ebcbab1 /catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html
parent54b96133b33b3bf55e9670ed2a8c89996ac413b9 (diff)
Display PNF/VNF Type for PNF (frontend)
Change-Id: I5f1ac23776976d16f8c2258f82b8dfe6aa925037 Issue-ID: SDC-2158 Signed-off-by: kooper <sergey.sachkov@est.tech>
Diffstat (limited to 'catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html')
-rw-r--r--catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html b/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html
index ea9d6ba63a..7f19389bdf 100644
--- a/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html
+++ b/catalog-ui/src/app/view-models/modals/onboarding-modal/onboarding-modal-view.html
@@ -14,7 +14,7 @@
~ limitations under the License.
-->
-<ng1-modal modal="modalOnboarding" class="w-sdc-modal-onboarding w-sdc-classic-top-line-modal" buttons="footerButtons" header="Import VF" show-close-button="true">
+<ng1-modal modal="modalOnboarding" class="w-sdc-modal-onboarding w-sdc-classic-top-line-modal" buttons="footerButtons" header="Import VSP" show-close-button="true">
<info-tooltip class="general-info-button" info-message-translate="ON_BOARDING_GENERAL_INFO "></info-tooltip>
<div class="title-wrapper">
<div>
@@ -82,6 +82,11 @@
{{component.csarVersion}}
</div>
+ <!-- Type -->
+ <div class="table-col-general flex-item" sdc-smart-tooltip>
+ {{component.resourceType}}
+ </div>
+
<!-- Import And Update -->
<div class="table-col-general flex-item" sdc-smart-tooltip></div>