-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add list of jobs to scheduler UI #241
Conversation
cc @msathis - the UI looks great .. thanks for your work to get this started! |
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.
Love it!
@@ -24,46 +24,9 @@ import { Footer } from "./components/Footer"; | |||
|
|||
import "./App.css"; | |||
|
|||
function uuidv4() { |
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.
wat?? Glad to see this function go.
Thanks for the review @avantgardnerio! |
Which issue does this PR close?
N/A
Rationale for this change
It's nice to be able to see jobs running!
What changes are included in this PR?
/api/jobs
/api/job/<id>/summary
Are there any user-facing changes?