Web: remove job/task ID column from table
This commit is contained in:
parent
cc10d3e4bb
commit
1f76c3bc64
@ -27,10 +27,7 @@ export default {
|
|||||||
// See pkg/api/flamenco-manager.yaml, schemas Job and JobUpdate.
|
// See pkg/api/flamenco-manager.yaml, schemas Job and JobUpdate.
|
||||||
columns: [
|
columns: [
|
||||||
// { formatter: "rowSelection", titleFormatter: "rowSelection", hozAlign: "center", headerHozAlign: "center", headerSort: false },
|
// { formatter: "rowSelection", titleFormatter: "rowSelection", hozAlign: "center", headerHozAlign: "center", headerSort: false },
|
||||||
{
|
// { title: "ID", field: "id", headerSort: false, formatter: (cell) => cell.getData().id.substr(0, 8), },
|
||||||
title: "ID", field: "id", headerSort: false,
|
|
||||||
formatter: (cell) => cell.getData().id.substr(0, 8),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Status', field: 'status', sorter: 'string',
|
title: 'Status', field: 'status', sorter: 'string',
|
||||||
formatter(cell, formatterParams) { // eslint-disable-line no-unused-vars
|
formatter(cell, formatterParams) { // eslint-disable-line no-unused-vars
|
||||||
|
@ -29,10 +29,7 @@ export default {
|
|||||||
// See pkg/api/flamenco-manager.yaml, schemas Task and TaskUpdate.
|
// See pkg/api/flamenco-manager.yaml, schemas Task and TaskUpdate.
|
||||||
columns: [
|
columns: [
|
||||||
// { formatter: "rowSelection", titleFormatter: "rowSelection", hozAlign: "center", headerHozAlign: "center", headerSort: false },
|
// { formatter: "rowSelection", titleFormatter: "rowSelection", hozAlign: "center", headerHozAlign: "center", headerSort: false },
|
||||||
{
|
// { title: "ID", field: "id", headerSort: false, formatter: (cell) => cell.getData().id.substr(0, 8), },
|
||||||
title: "ID", field: "id", headerSort: false,
|
|
||||||
formatter: (cell) => cell.getData().id.substr(0, 8),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Status', field: 'status', sorter: 'string',
|
title: 'Status', field: 'status', sorter: 'string',
|
||||||
formatter(cell, formatterParams) { // eslint-disable-line no-unused-vars
|
formatter(cell, formatterParams) { // eslint-disable-line no-unused-vars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user