-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update Backfill Show to use full width tables #411
Conversation
@@ -54,6 +55,10 @@ class BackfillShowAction @Inject constructor( | |||
val label = | |||
if (backfill.variant == "default") backfill.service_name else "${backfill.service_name} (${backfill.variant})" | |||
|
|||
val configurationRows = backfill.toConfigurationRows(id) |
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.
What if there is an odd number?
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.
Fixed!
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.
Where are the parameter values now?
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.
As mentioned we do need to deal with the odd number of values case. Also where did the parameter information go?
Custom parameter information wasn't there yet, will add in this PR and test for the odd vs even column split. |
93a580e
to
fd092e0
Compare
fd092e0
to
a2756ac
Compare
52349be
to
2c4171d
Compare
Update Backfill Show to use full width tables
Add custom parameters and handling of odd number of rows