Web: cleanup, explain why commented-out code is kept

This commit is contained in:
Sybren A. Stüvel 2022-05-17 15:05:25 +02:00
parent 908953c8d4
commit 84ba3ec8b2
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ export default {
const options = {
// See pkg/api/flamenco-manager.yaml, schemas Job and JobUpdate.
columns: [
// Useful for debugging when there are many similar jobs:
// { title: "ID", field: "id", headerSort: false, formatter: (cell) => cell.getData().id.substr(0, 8), },
{
title: 'Status', field: 'status', sorter: 'string',

View File

@ -28,6 +28,7 @@ export default {
const options = {
// See pkg/api/flamenco-manager.yaml, schemas Task and TaskUpdate.
columns: [
// Useful for debugging when there are many similar tasks:
// { title: "ID", field: "id", headerSort: false, formatter: (cell) => cell.getData().id.substr(0, 8), },
{
title: 'Status', field: 'status', sorter: 'string',