mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
adding status line to beginning of left side panel
This commit is contained in:
@@ -62,6 +62,19 @@
|
|||||||
<!-- LEFT PANE DETAILS GROUP -->
|
<!-- LEFT PANE DETAILS GROUP -->
|
||||||
<div>
|
<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 -->
|
<!-- START TIME DETAIL -->
|
||||||
<div class="JobResults-resultRow"
|
<div class="JobResults-resultRow"
|
||||||
ng-show="job.started">
|
ng-show="job.started">
|
||||||
@@ -387,44 +400,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</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>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -62,6 +62,19 @@
|
|||||||
<!-- LEFT PANE DETAILS GROUP -->
|
<!-- LEFT PANE DETAILS GROUP -->
|
||||||
<div>
|
<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 -->
|
<!-- START TIME DETAIL -->
|
||||||
<div class="WorkflowResults-resultRow"
|
<div class="WorkflowResults-resultRow"
|
||||||
ng-show="workflow.started">
|
ng-show="workflow.started">
|
||||||
@@ -180,7 +193,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- end of labels-->
|
<!-- end of labels-->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -195,7 +208,10 @@
|
|||||||
<div class="StandardOut-panelHeader">
|
<div class="StandardOut-panelHeader">
|
||||||
<div class="StandardOut-panelHeaderText">
|
<div class="StandardOut-panelHeaderText">
|
||||||
<i class="WorkflowResults-statusResultIcon
|
<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>
|
</i>
|
||||||
{{ workflow.name }}
|
{{ workflow.name }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user