ui/lib/pipeline/addon/components/table-activity-row/template.hbs

25 lines
676 B
Handlebars

<div class="row">
<div class="col span-4" style="display:inline-block;vertical-align: top;">
{{pipeline-history-table
stageInfo=activity.pipeline.stages
body=activity.stages
stageIndexLog=logModel.stageIndex
stepIndexLog=logModel.stepIndex
showLogsActivity=(action "showLogsActivity")
activity=activity
sortBy=sortBy
bulkActions=true
search=true
paging=true
showHost=true
showInstanceState=false
groupByKey=groupBy
groupByRef="stack"
}}
</div>
<div class="col span-8 pull-right" style="display:inline-block;">
{{pipeline-logs
instance=logModel
}}
</div>
</div>