mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
adding status line to beginning of left side panel
This commit is contained in:
parent
f95f75c55a
commit
46e74a24f0
@ -62,6 +62,19 @@
|
||||
<!-- LEFT PANE DETAILS GROUP -->
|
||||
<div>
|
||||
|
||||
<!-- STATUS DETAIL -->
|
||||
<div class="JobResults-resultRow">
|
||||
<label class="JobResults-resultRowLabel">
|
||||
Status
|
||||
</label>
|
||||
<div class="JobResults-resultRowText">
|
||||
<i class="JobResults-statusResultIcon
|
||||
fa
|
||||
icon-job-{{ job.status }}">
|
||||
</i> {{ status_label }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- START TIME DETAIL -->
|
||||
<div class="JobResults-resultRow"
|
||||
ng-show="job.started">
|
||||
@ -387,44 +400,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- PREVIOUS TASK SUCCEEDED -->
|
||||
<!-- <div class="JobResults-resultRowText
|
||||
col-lg-10 col-md-10 col-sm-10 col-xs-9
|
||||
job_status_explanation"
|
||||
ng-show="!previousTaskFailed"
|
||||
ng-bind-html="job_status.explanation">
|
||||
<i
|
||||
class="JobResults-statusIcon--results
|
||||
fa
|
||||
icon-job-{{ job_status.status }}">
|
||||
</i> {{ job_status.status_label }}
|
||||
</div> -->
|
||||
|
||||
<!-- PREVIOUS TASK FAILED -->
|
||||
<!-- <div class="JobResults-resultRowText
|
||||
col-lg-10 col-md-10 col-sm-10 col-xs-9
|
||||
job_status_explanation"
|
||||
ng-show="previousTaskFailed">
|
||||
Previous Task Failed
|
||||
<a
|
||||
href=""
|
||||
id="explanation_help"
|
||||
aw-pop-over="{{ task_detail }}"
|
||||
aw-pop-over-watch="task_detail"
|
||||
data-placement="bottom"
|
||||
data-container="body"
|
||||
class="help-link"
|
||||
over-title="Failure Detail"
|
||||
title=""
|
||||
tabindex="-1">
|
||||
<i class="fa fa-question-circle">
|
||||
</i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- </div> -->
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -62,6 +62,19 @@
|
||||
<!-- LEFT PANE DETAILS GROUP -->
|
||||
<div>
|
||||
|
||||
<!-- STATUS DETAIL -->
|
||||
<div class="WorkflowResults-resultRow">
|
||||
<label class="WorkflowResults-resultRowLabel">
|
||||
Status
|
||||
</label>
|
||||
<div class="WorkflowResults-resultRowText">
|
||||
<i class="WorkflowResults-statusResultIcon
|
||||
fa
|
||||
icon-job-{{ workflow.status }}">
|
||||
</i> {{ status_label }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- START TIME DETAIL -->
|
||||
<div class="WorkflowResults-resultRow"
|
||||
ng-show="workflow.started">
|
||||
@ -180,7 +193,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end of labels-->
|
||||
<!-- end of labels-->
|
||||
|
||||
</div>
|
||||
|
||||
@ -195,7 +208,10 @@
|
||||
<div class="StandardOut-panelHeader">
|
||||
<div class="StandardOut-panelHeaderText">
|
||||
<i class="WorkflowResults-statusResultIcon
|
||||
fa icon-job-{{ workflow.status }}">
|
||||
fa icon-job-{{ workflow.status }}"
|
||||
aw-tool-tip="Job {{status_label}}"
|
||||
aw-tip-placement="top"
|
||||
data-original-title>
|
||||
</i>
|
||||
{{ workflow.name }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user