1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Merge pull request #532 from mabashian/7681-disassociate-help-popover

Disassociate host/group popover text
This commit is contained in:
Michael Abashian 2017-10-19 11:12:28 -04:00 committed by GitHub
commit 8d043e6f85
3 changed files with 7 additions and 7 deletions

View File

@ -3,13 +3,13 @@
<div class="modal-content Modal-content"> <div class="modal-content Modal-content">
<div class="Modal-header"> <div class="Modal-header">
<div class="Modal-title ng-binding"> <div class="Modal-title ng-binding">
<translate>Disassociate Group</translate> <translate>Disassociate Group From Group</translate>
<a href="" id="awp-promote" href="" <a href="" id="awp-promote" href=""
aw-pop-over="<dl><dt>Disassociate</dt><dd>Disassociates this group from the currently targeted parent group.</dd></dl>" aw-pop-over="<dl><dt>Disassociate</dt><dd>Disassociates this group from the currently targeted parent group.</dd></dl>"
aw-tool-tip="Click for help" aw-tool-tip="Click for help"
data-placement="right" data-placement="right"
data-container="body" data-container="body"
data-title="Disassociate Group" data-title="Disassociate Group From Group"
class="help-link"> class="help-link">
<i class="fa fa-question-circle"></i> <i class="fa fa-question-circle"></i>
</a> </a>

View File

@ -3,13 +3,13 @@
<div class="modal-content Modal-content"> <div class="modal-content Modal-content">
<div class="Modal-header"> <div class="Modal-header">
<div class="Modal-title ng-binding"> <div class="Modal-title ng-binding">
<translate>Disassociate Host</translate> <translate>Disassociate Host From Group</translate>
<a href="" id="awp-promote" href="" <a href="" id="awp-promote" href=""
aw-pop-over="<dl><dt>Disassociate</dt><dd>Disassociates this host from the currently targeted parent group.</dd></dl>" aw-pop-over="<dl><dt>Disassociate</dt><dd>Disassociates this host from the currently targeted parent group.</dd></dl>"
aw-tool-tip="Click for help" aw-tool-tip="Click for help"
data-placement="right" data-placement="right"
data-container="body" data-container="body"
data-title="Disassociate Host" data-title="Disassociate Host From Group"
class="help-link"> class="help-link">
<i class="fa fa-question-circle"></i> <i class="fa fa-question-circle"></i>
</a> </a>

View File

@ -3,13 +3,13 @@
<div class="modal-content Modal-content"> <div class="modal-content Modal-content">
<div class="Modal-header"> <div class="Modal-header">
<div class="Modal-title ng-binding"> <div class="Modal-title ng-binding">
<translate>Disassociate Group</translate> <translate>Disassociate Host From Group</translate>
<a href="" id="awp-promote" href="" <a href="" id="awp-promote" href=""
aw-pop-over="<dl><dt>Disassociate</dt><dd>Disassociates this group from the currently targeted parent group.</dd></dl>" aw-pop-over="<dl><dt>Disassociate</dt><dd>Disassociates this host from the currently targeted parent group.</dd></dl>"
aw-tool-tip="Click for help" aw-tool-tip="Click for help"
data-placement="right" data-placement="right"
data-container="body" data-container="body"
data-title="Disassociate Group" data-title="Disassociate Host From Group"
class="help-link"> class="help-link">
<i class="fa fa-question-circle"></i> <i class="fa fa-question-circle"></i>
</a> </a>