Web: cleanup, explain why commented-out code is kept
This commit is contained in:
parent
908953c8d4
commit
84ba3ec8b2
@ -45,6 +45,7 @@ export default {
|
|||||||
const options = {
|
const options = {
|
||||||
// See pkg/api/flamenco-manager.yaml, schemas Job and JobUpdate.
|
// See pkg/api/flamenco-manager.yaml, schemas Job and JobUpdate.
|
||||||
columns: [
|
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: "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',
|
||||||
|
@ -28,6 +28,7 @@ export default {
|
|||||||
const options = {
|
const options = {
|
||||||
// See pkg/api/flamenco-manager.yaml, schemas Task and TaskUpdate.
|
// See pkg/api/flamenco-manager.yaml, schemas Task and TaskUpdate.
|
||||||
columns: [
|
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: "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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user