-
Notifications
You must be signed in to change notification settings - Fork 365
[WIP] Add columns for payload valid and error for workflows #9632
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
base: master
Are you sure you want to change the base?
[WIP] Add columns for payload valid and error for workflows #9632
Conversation
@agrare I'm not sure what this pr is for, can you include screenshots of where in the UI you want these icons |
@agrare I don't think we should show the error on the list view page - the valid/invalid is sufficient and they can click through for the error. @GilbertCherrie The new Valid column. Ideally it show show a check or x like we do for compliant on vms. |
- repository | ||
- created_at | ||
- updated_at | ||
- payload_valid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presentation wise I think put these before the dates.
Yeah I was thinking we could do a tooltip over the invalid X if possible, if not I can drop it and just show on the details page |
02f0b33
to
a9c8ad5
Compare
@agrare I updated this pr with the icons for the table |
Awesome thanks @GilbertCherrie , do you know if there is a way to show just the icon and not True/False after it? |
I'm not sure but I can check |
This should really be a green check or a red X but I'm not sure how best to do that, @GilbertCherrie ? One of the col_formats maybe?