-
Notifications
You must be signed in to change notification settings - Fork 3
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
Website 2.0 #16
Website 2.0 #16
Conversation
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.
I like the new website 🎉!
public/javascripts/status_script.js
Outdated
} | ||
}); | ||
} | ||
|
||
function UnpackEBStatus(doc) { | ||
if (doc.state === 'busy') return ['green', `processing ${doc.runid} on ${doc.max_cores} cores`]; |
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.
@darrylmasson could we re-add the targets here or is the tuple of targets confusing?
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.
The reason I ask is that e.g. it shows quite nicely which runs are nv/mv etc.
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.
This shouldn't be difficult
Extensive changes to every file, focused mainly on unifying style, removing scaffolding, and some work towards #8.