mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
hiding status icon on right hand side unless fullscreen is true
for job results and workflow results, per request of trahman
This commit is contained in:
parent
9c444e084e
commit
0900484c62
@ -414,6 +414,7 @@
|
||||
<div class="StandardOut-panelHeaderText">
|
||||
<i class="JobResults-statusResultIcon
|
||||
fa icon-job-{{ job.status }}"
|
||||
ng-show="stdoutFullScreen"
|
||||
aw-tool-tip="Job {{status_label}}"
|
||||
aw-tip-placement="top"
|
||||
data-original-title>
|
||||
|
||||
@ -183,6 +183,7 @@
|
||||
<div class="StandardOut-panelHeaderText">
|
||||
<i class="WorkflowResults-statusResultIcon
|
||||
fa icon-job-{{ workflow.status }}"
|
||||
ng-show="stdoutFullScreen"
|
||||
aw-tool-tip="Job {{status_label}}"
|
||||
aw-tip-placement="top"
|
||||
data-original-title>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user