Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing job id on "small screens" #1583

Open
fopina opened this issue Sep 14, 2024 · 1 comment
Open

Missing job id on "small screens" #1583

fopina opened this issue Sep 14, 2024 · 1 comment

Comments

@fopina
Copy link
Contributor

fopina commented Sep 14, 2024

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:

cellClassName={classes.hiddenOnSmallScreens}

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

@vcastellm
Copy link
Member

I can not remember the specific motivation to hide it in small screens, I think we can change it.

@vcastellm vcastellm added the 4.x label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants