summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models
diff options
context:
space:
mode:
authorKrupaNagabhushan <krupa.nagabhushan@est.tech>2022-04-28 10:37:54 +0100
committerMichael Morris <michael.morris@est.tech>2022-04-28 12:27:55 +0000
commit35164bca07a6f6ad62d502dcf99b30a89bab8f61 (patch)
tree2ee42eed06a29925aa8982f64a076cda44d5aefc /catalog-ui/src/app/view-models
parentcee79dd87db512691b7f3fde339635a1ca8632e7 (diff)
Fix check to restrict deletion for system deployed VFCs
Issue-ID: SDC-3986 Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech> Change-Id: I4d0f91640f6603c5029a88cb902c959bc8522455
Diffstat (limited to 'catalog-ui/src/app/view-models')
-rw-r--r--catalog-ui/src/app/view-models/workspace/workspace-view.html2
1 files changed, 1 insertions, 1 deletions
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 21cebeb388..6a5cd924aa 100644
--- a/catalog-ui/src/app/view-models/workspace/workspace-view.html
+++ b/catalog-ui/src/app/view-models/workspace/workspace-view.html
@@ -94,7 +94,7 @@
ng-click="deleteArchivedComponent()"
class="sprite-new delete-btn"
data-tests-id="delete_archive_version"
- sdc-smart-tooltip="Delete Service"
+ sdc-smart-tooltip="Delete Component"
prevent-double-click>Delete</span>
<span data-ng-click = "archiveComponent()"