Conversation
- align top two tables in the service mesh page - "All Deployments" -> "Deployments" - reorder latency p50, p95, p99 - "Current success" -> "Success rate" Signed-off-by: Risha Mars <[email protected]>
klingerf
reviewed
Jan 30, 2018
| .service-mesh-table { | ||
| margin-top: 18px; | ||
| } | ||
|
|
Contributor
There was a problem hiding this comment.
Author
There was a problem hiding this comment.
yeah, that looks better to me! will do!
| <div className="current-latency"> | ||
| { | ||
| _.map(["P99", "P95", "P50"], latency => { | ||
| _.map(["P50", "P95", "P99"], latency => { |
Contributor
Author
There was a problem hiding this comment.
oh yeah! forgot about those, thanks!
…csTable Signed-off-by: Risha Mars <[email protected]>
siggy
approved these changes
Jan 30, 2018
Author
|
whoa good catch, those are supposed to be right aligned. |
Signed-off-by: Risha Mars <[email protected]>
04389c8 to
bceeb8a
Compare
klingerf
approved these changes
Jan 30, 2018
Contributor
klingerf
left a comment
There was a problem hiding this comment.
⭐️ Great! Thanks for making those updates.
hawkw
pushed a commit
that referenced
this pull request
Feb 1, 2018
* README update to 2018 (#233) Signed-off-by: Andrew Seigner <[email protected]> * Prepare for v0.2.0 release (#248) * prepare for v0.2.0 release Signed-off-by: Dennis Adjei-Baah <[email protected]> * Use dots reporter instead of nyan reporter in CI (#238) Signed-off-by: Risha Mars <[email protected]> * Various small UI tweaks (#234) * Various small UI naming tweaks - align top two tables in the service mesh page - "All Deployments" -> "Deployments" - reorder latency p50, p95, p99 - "Current success" -> "Success rate" * Add margin to incomplete mesh message, reorder latency in TabbedMetricsTable * Right align numbers in service mesh page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Signed-off-by: Risha Mars [email protected]