Web: Remove ID cell from tables

This commit is contained in:
Pablo Vazquez 2022-05-04 19:27:30 +02:00
parent 0a71c798c8
commit 56089bba99
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ export default {
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: 'Type', field: 'type', sorter: 'string' },
{ title: 'Prio', field: 'priority', sorter: 'number' },

View File

@ -27,7 +27,6 @@ export default {
// See pkg/api/flamenco-manager.yaml, schemas Task and TaskUpdate.
columns: [
{ 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: 'Status', field: 'status', sorter: 'string' },
{