Skip to content
Snippets Groups Projects
Commit c29a3a89 authored by Johanna Szepanski's avatar Johanna Szepanski Committed by EREBUS_DMN\jsz
Browse files

removed not used host column

parent 6268ddff
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!567CE-3151: Fixed common warnings
...@@ -66,11 +66,7 @@ export function UserOperationList({ userName }) { ...@@ -66,11 +66,7 @@ export function UserOperationList({ userName }) {
/> />
<JobTable <JobTable
jobs={jobs?.jobs} jobs={jobs?.jobs}
customColumns={[ customColumns={[{ field: "status" }, { field: "job" }]}
{ field: "status" },
{ field: "job" },
{ field: "host" }
]}
loading={loading || !dataReady} loading={loading || !dataReady}
pagination={pagination} pagination={pagination}
onPage={onPage} onPage={onPage}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment