Add actions column

Co-authored-by: Tiago Góes <tiago.goes2009@gmail.com>
This commit is contained in:
Jake McDermott 2021-02-18 12:41:45 -05:00
parent 83b449fd30
commit df7b168911
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -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 }) => (