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
The first column that shows the crontab entry shows about 60 characters before it's cut off (at the default 100% view). Some crontab entries that are longer than that would be nice to see the full text somehow in the first column. For example I have one crontab that has 60 entries and each one can be up to 500 characters long. They all start out the same and then are cut off in their display, so I can't search the page for unique text to identify which is which.
Possible ideas for showing the full crontab entry in the first column:
- wrap text on row until all displayed
- scroll
- hover text
- searchable with ctrl+f even if the text is cut off and hidden
The text was updated successfully, but these errors were encountered:
Per this example you can add css in. Spent some time messing around in web inspector and I couldn't get this to work for the "job" column while trying to apply a word-wrap via CSS:
The first column that shows the crontab entry shows about 60 characters before it's cut off (at the default 100% view). Some crontab entries that are longer than that would be nice to see the full text somehow in the first column. For example I have one crontab that has 60 entries and each one can be up to 500 characters long. They all start out the same and then are cut off in their display, so I can't search the page for unique text to identify which is which.
Possible ideas for showing the full crontab entry in the first column:
The text was updated successfully, but these errors were encountered: