From 400e12d402043cf6ed44743b2fbc68d6f58bf392 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 3 Jul 2017 14:32:05 -0400 Subject: [PATCH] Fixed some disassociate tooltips --- .../hosts/related/groups/hosts-related-groups.partial.html | 2 +- .../groups/related/nested-groups/group-nested-groups.list.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html index 35d250f4c2..3003e1a212 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html +++ b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.partial.html @@ -8,7 +8,7 @@ aw-pop-over="
Disassociate
Disassociation will remove a host from a group but the host will remain in the inventory.
" aw-tool-tip="Click for help" data-placement="right" data-container="body" - data-title="Delete Group" + data-title="Disassociate Host" class="help-link"> diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js index 24f535429c..e15f95a0e0 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.list.js @@ -111,7 +111,7 @@ export default { //label: 'Delete', mode: 'all', ngClick: "disassociateGroup(nested_group)", - awToolTip: 'Delete group', + awToolTip: 'Disassociate Group', dataPlacement: "top", ngShow: "nested_group.summary_fields.user_capabilities.delete" }