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:
jaredevantabor 2016-12-14 14:25:08 -08:00
parent 9c444e084e
commit 0900484c62
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>