mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 18:37:39 -02:30
add disassociate message to other modals
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="Modal-body">
|
<div class="Modal-body">
|
||||||
<div>
|
<div>
|
||||||
<div class="Prompt-bodyQuery"><translate>Are you sure you want to disassociate the host below from</translate> {{disassociateFrom.name}}?</div>
|
<div class="Prompt-bodyQuery"><translate>Are you sure you want to disassociate the host below from</translate> {{disassociateFrom.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">{{ toDisassociate.name }}</div>
|
<div class="Prompt-bodyTarget">{{ toDisassociate.name }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="Modal-footer">
|
<div class="Modal-footer">
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="Modal-body">
|
<div class="Modal-body">
|
||||||
<div>
|
<div>
|
||||||
<div class="Prompt-bodyQuery"><translate>Are you sure you want to disassociate the host below from</translate> {{disassociateFrom.name}}?</div>
|
<div class="Prompt-bodyQuery"><translate>Are you sure you want to disassociate the host below from</translate> {{disassociateFrom.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">{{ toDisassociate.name }}</div>
|
<div class="Prompt-bodyTarget">{{ toDisassociate.name }}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="Modal-footer">
|
<div class="Modal-footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user