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