mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
Add actions column
Co-authored-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
@@ -93,6 +93,7 @@ function ManagementJobList({ i18n }) {
|
|||||||
<HeaderRow qsConfig={QS_CONFIG}>
|
<HeaderRow qsConfig={QS_CONFIG}>
|
||||||
<HeaderCell sortKey="name">{i18n._(t`Name`)}</HeaderCell>
|
<HeaderCell sortKey="name">{i18n._(t`Name`)}</HeaderCell>
|
||||||
<HeaderCell>{i18n._(t`Description`)}</HeaderCell>
|
<HeaderCell>{i18n._(t`Description`)}</HeaderCell>
|
||||||
|
<HeaderCell>{i18n._(t`Actions`)}</HeaderCell>
|
||||||
</HeaderRow>
|
</HeaderRow>
|
||||||
}
|
}
|
||||||
renderRow={({ id, name, description, job_type }) => (
|
renderRow={({ id, name, description, job_type }) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user