mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
showing job explanation if it wasn't "Previous Task Failed..."
This commit is contained in:
@@ -81,9 +81,12 @@
|
|||||||
<label class="JobResults-resultRowLabel" translate>
|
<label class="JobResults-resultRowLabel" translate>
|
||||||
Explanation
|
Explanation
|
||||||
</label>
|
</label>
|
||||||
|
<div class="JobResults-resultRowText" ng-show="!previousTaskFailed">
|
||||||
|
{{ job.job_explanation }}
|
||||||
|
</div>
|
||||||
<div class="JobResults-resultRowText">
|
<div class="JobResults-resultRowText">
|
||||||
{{task_detail | limitTo:explanationLimit}}
|
{{task_detail | limitTo:explanationLimit}}
|
||||||
<span ng-show="explanationLimit && task_detail.length > explanationLimit">
|
<span ng-show="previousTaskFailed && explanationLimit && task_detail.length > explanationLimit">
|
||||||
<span>... </span>
|
<span>... </span>
|
||||||
<span class="JobResults-seeMoreLess" ng-click="explanationLimit=undefined">Show More</span>
|
<span class="JobResults-seeMoreLess" ng-click="explanationLimit=undefined">Show More</span>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user