mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #6867 from mabashian/6774-disassociate-tooltip
Fixed some disassociate tooltips
This commit is contained in:
commit
22b5f31a51
@ -8,7 +8,7 @@
|
||||
aw-pop-over="<dl><dt>Disassociate</dt><dd>Disassociation will remove a host from a group but the host will remain in the inventory.</dd></dl>" aw-tool-tip="Click for help"
|
||||
data-placement="right"
|
||||
data-container="body"
|
||||
data-title="Delete Group"
|
||||
data-title="Disassociate Host"
|
||||
class="help-link">
|
||||
<i class="fa fa-question-circle"></i>
|
||||
</a>
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user