-
Notifications
You must be signed in to change notification settings - Fork 4
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
Report Rendering #289
Report Rendering #289
Conversation
This PR looks good to me too. It is not the final version so don't feel the need to nitpick it at all. Everything loads into the page as expected for me. My one potential suggestion would be disabling each of the inputs so that the users can't edit the values in this temporary |
@sei-aderr thanks for the review. I was trying to figure out how to disable the |
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.
Kyle this is incredible. I don't know what property you need, but I can approve this PR!
The merge-base changed after approval.
You can disable the text input, and should work for any other input style field just like this. It looks like it doesn't adjust the color too much, just makes it non-selectable. If you want you can add some css for disabled elements to gray it out a bit more.
|
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.
Thanks for invalidating my earlier review @turingcompl33t
This PR adds the ability to render MLTE reports in the web UI.