mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Merge pull request #6867 from mabashian/6774-disassociate-tooltip
Fixed some disassociate tooltips
This commit is contained in:
@@ -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"
|
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-placement="right"
|
||||||
data-container="body"
|
data-container="body"
|
||||||
data-title="Delete Group"
|
data-title="Disassociate Host"
|
||||||
class="help-link">
|
class="help-link">
|
||||||
<i class="fa fa-question-circle"></i>
|
<i class="fa fa-question-circle"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ export default {
|
|||||||
//label: 'Delete',
|
//label: 'Delete',
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
ngClick: "disassociateGroup(nested_group)",
|
ngClick: "disassociateGroup(nested_group)",
|
||||||
awToolTip: 'Delete group',
|
awToolTip: 'Disassociate Group',
|
||||||
dataPlacement: "top",
|
dataPlacement: "top",
|
||||||
ngShow: "nested_group.summary_fields.user_capabilities.delete"
|
ngShow: "nested_group.summary_fields.user_capabilities.delete"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user