mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
add disassociation disclaimer
This commit is contained in:
parent
19ebd0aa68
commit
11b06a2e5e
@ -19,7 +19,10 @@
|
||||
</div>
|
||||
<div class="Modal-body">
|
||||
<div>
|
||||
<div class="Prompt-bodyQuery"><span translate>Are you sure you want to disassociate the host below from</span> {{disassociateGroup.name}}?</div>
|
||||
<div class="Prompt-bodyQuery">
|
||||
<span translate>Are you sure you want to disassociate the host below from</span> {{disassociateGroup.name}}?<br /><br />
|
||||
<span translate>Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong.</span>
|
||||
</div>
|
||||
<div class="Prompt-bodyTarget">{{ host.name }}</div>
|
||||
</div>
|
||||
<div class="Modal-footer">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user