Skip to content
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

Backfills screen improvements #141

Merged
merged 6 commits into from
Aug 9, 2017
Merged

Backfills screen improvements #141

merged 6 commits into from
Aug 9, 2017

Conversation

dufrannea
Copy link
Contributor

  • css improvements
  • environment name confirmation
  • date mask

- css improvements
- environment name confirmation
- date mask
if (jobs.length <= 0)
throw new SubmissionError({ _error: "No jobs selected" });

return fetch(
`/api/timeseries/backfill?` +
`name=${name}&description=${description}&` +
`jobs=${jobs.join(",")}&priority=${priority}&` +
`jobs=${jobs.join(",")}&priority=1&` +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure we want to hardcode priority?

@dufrannea
Copy link
Contributor Author

@vguerci Added it back ! 3d1ca47

@vguerci vguerci merged commit 98e734c into master Aug 9, 2017
@vguerci vguerci deleted the backfills-improvements branch August 9, 2017 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants