Web: tweak job table layout

This commit is contained in:
Sybren A. Stüvel 2022-04-12 14:26:07 +02:00
parent 69e6b2bd99
commit a92435459e

View File

@ -17,10 +17,11 @@ export default {
const options = {
// See pkg/api/flamenco-manager.yaml, schemas Job and JobUpdate.
columns: [
{ title: 'ID', field: 'id', sorter: 'string', width: "15ex" },
{ formatter: "rowSelection", titleFormatter: "rowSelection", hozAlign: "center", headerHozAlign: "center", headerSort: false },
{ title: 'ID', field: 'id', sorter: 'string', width: "12%" },
{ title: 'Name', field: 'name', sorter: 'string' },
{ title: 'Status', field: 'status', sorter: 'string', width: 100 },
{ title: 'Type', field: 'type', sorter: 'string', width: 150 },
{ title: 'Status', field: 'status', sorter: 'string' },
{ title: 'Type', field: 'type', sorter: 'string' },
{ title: 'Prio', field: 'priority', sorter: 'number' },
{
title: 'Updated', field: 'updated',