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

Adds backfill detail screen #143

Merged
merged 11 commits into from
Aug 9, 2017
Merged

Adds backfill detail screen #143

merged 11 commits into from
Aug 9, 2017

Conversation

dufrannea
Copy link
Contributor

No description provided.

@@ -153,7 +153,7 @@ class Backfills extends React.Component {
) => {
switch (column) {
case "name":
return <Link href={`/backfills/${id}`}>{name}</Link>; //TODO detail screen + links repetition
return <Link href={`/timeseries/backfills/${id}`}>{name}</Link>; //TODO detail screen + links repetition
Copy link
Contributor

Choose a reason for hiding this comment

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

time to remove this todo isn't ? ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done !

@vguerci vguerci merged commit 76038cd into master Aug 9, 2017
@vguerci vguerci deleted the backfill-detail branch August 9, 2017 09:07
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