mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
fixed tooltips on adhoc stdout details
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-12
|
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-12
|
||||||
StandardOutDetails-detailContent">
|
StandardOutDetails-detailContent">
|
||||||
<a href="{{ inventory_url }}"
|
<a href="{{ inventory_url }}"
|
||||||
aw-tool-tip="Edit the inventory"
|
aw-tool-tip="The inventory this command ran on."
|
||||||
data-placement="top">{{ inventory_name }}</a>
|
data-placement="top">{{ inventory_name }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-12
|
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-12
|
||||||
StandardOutDetails-detailContent">
|
StandardOutDetails-detailContent">
|
||||||
<a href="{{ credential_url }}"
|
<a href="{{ credential_url }}"
|
||||||
aw-tool-tip="Edit the inventory"
|
aw-tool-tip="The credential used to run this command."
|
||||||
data-placement="top">{{ credential_name }}</a>
|
data-placement="top">{{ credential_name }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-9
|
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-9
|
||||||
StandardOutDetails-detailContent">
|
StandardOutDetails-detailContent">
|
||||||
<a href="/#/users/{{ created_by.id }}"
|
<a href="/#/users/{{ created_by.id }}"
|
||||||
aw-tool-tip="See the user who ran this command"
|
aw-tool-tip="The user who ran this command."
|
||||||
data-placement="top">{{ created_by.username }}</a>
|
data-placement="top">{{ created_by.username }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user