Web: Remove ID cell from tables
This commit is contained in:
parent
0a71c798c8
commit
56089bba99
@ -33,7 +33,6 @@ export default {
|
|||||||
return '<span title="' + cellValue.status + '" class="indicator status-' + cellValue.status + '"></span>';
|
return '<span title="' + cellValue.status + '" class="indicator status-' + cellValue.status + '"></span>';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ title: 'ID', field: 'id', sorter: 'string', width: "13ch" },
|
|
||||||
{ title: 'Name', field: 'name', sorter: 'string' },
|
{ title: 'Name', field: 'name', sorter: 'string' },
|
||||||
{ title: 'Type', field: 'type', sorter: 'string' },
|
{ title: 'Type', field: 'type', sorter: 'string' },
|
||||||
{ title: 'Prio', field: 'priority', sorter: 'number' },
|
{ title: 'Prio', field: 'priority', sorter: 'number' },
|
||||||
|
@ -27,7 +27,6 @@ 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', sorter: 'string', width: "13ch" },
|
|
||||||
{ title: 'Name', field: 'name', sorter: 'string' },
|
{ title: 'Name', field: 'name', sorter: 'string' },
|
||||||
{ title: 'Status', field: 'status', sorter: 'string' },
|
{ title: 'Status', field: 'status', sorter: 'string' },
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user