From 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 29 Jul 2018 16:13:45 +0300 Subject: re base code Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando --- .../app/view-models/workspace/workspace-view.html | 64 ++++++++++++++-------- 1 file changed, 42 insertions(+), 22 deletions(-) (limited to 'catalog-ui/src/app/view-models/workspace/workspace-view.html') diff --git a/catalog-ui/src/app/view-models/workspace/workspace-view.html b/catalog-ui/src/app/view-models/workspace/workspace-view.html index 1452754024..f6fed6a41d 100644 --- a/catalog-ui/src/app/view-models/workspace/workspace-view.html +++ b/catalog-ui/src/app/view-models/workspace/workspace-view.html @@ -17,9 +17,9 @@
- +
@@ -27,6 +27,9 @@ {{getStatus()}}
+
+
+
@@ -34,47 +37,64 @@
- Switch to the latest version + Switch to the latest version - + data-ng-class="{'disabled' : component.archived}" + data-tests-id="open-upgrade-vsp-popup" + sdc-smart-tooltip="" prevent-double-click>{{component.isResource() ? 'Upgrade Services' : 'Update Services'}} + - - Delete + + + + + Delete + + Archive + - Revert - Close + Close
-
- {{getTabTitle()}} +
+
+ {{getTabTitle()}} +
- + -- cgit 1.2.3-korg