You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some times I have to use dkron from my mobile and it's always a mess as ID column is not visible (and I don't have any "display names"), so I end up having to use "filter" so I get the right job as the only job displayed.
Finally decided to take a look at code and it's on purpose:
Given that ID is the single most important column to act on a job (no other means anything if we don't know which job it is), is this hidden under the assumption there's always a display name...?
Is that a correct assumption (and I have some issue in my setup)?
Or should it be unhidden?
Or at least display name to show "ID" if no other display name
The text was updated successfully, but these errors were encountered:
Some times I have to use dkron from my mobile and it's always a mess as ID column is not visible (and I don't have any "display names"), so I end up having to use "filter" so I get the right job as the only job displayed.
Finally decided to take a look at code and it's on purpose:
dkron/ui/src/jobs/JobList.tsx
Line 63 in 5bfbc71
Given that ID is the single most important column to act on a job (no other means anything if we don't know which job it is), is this hidden under the assumption there's always a display name...?
Is that a correct assumption (and I have some issue in my setup)?
Or should it be unhidden?
Or at least display name to show "ID" if no other display name
The text was updated successfully, but these errors were encountered: