mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
add headerState to status icon in job-list page
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<div class="at-RowItem" ng-class="{'at-RowItem--isHeader': headerValue, 'at-RowItem--inline': inline}"
|
<div class="at-RowItem" ng-class="{'at-RowItem--isHeader': headerValue, 'at-RowItem--inline': inline}"
|
||||||
ng-show="status || headerValue || value || valueBindHtml || (smartStatus && smartStatus.summary_fields.recent_jobs.length) || (tagValues && tagValues.length)">
|
ng-show="status || headerValue || value || valueBindHtml || (smartStatus && smartStatus.summary_fields.recent_jobs.length) || (tagValues && tagValues.length)">
|
||||||
<div class="at-RowItem-status" ng-if="status">
|
<div class="at-RowItem-status" ng-if="status">
|
||||||
<a ng-if="headerLink" ng-href="{{ headerLink }}"
|
<a ng-if="headerLink || headerState" ng-href="{{ headerLink }}" ui-sref="{{ headerState }}"
|
||||||
aw-tool-tip="{{ statusTip }}" data-tip-watch="statusTip"
|
aw-tool-tip="{{ statusTip }}" data-tip-watch="statusTip"
|
||||||
data-placement="top">
|
data-placement="top">
|
||||||
<i class="fa icon-job-{{ status }}"></i>
|
<i class="fa icon-job-{{ status }}"></i>
|
||||||
</a>
|
</a>
|
||||||
<div ng-if="!headerLink"
|
<div ng-if="!headerLink && !headerState"
|
||||||
aw-tool-tip="{{ statusTip }}" data-tip-watch="statusTip"
|
aw-tool-tip="{{ statusTip }}" data-tip-watch="statusTip"
|
||||||
data-placement="top">
|
data-placement="top">
|
||||||
<i class="fa icon-job-{{ status }}"></i>
|
<i class="fa icon-job-{{ status }}"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user