-
Notifications
You must be signed in to change notification settings - Fork 231
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
Show a slider to select service weights #1053
Conversation
2c3152c
to
f5d9baa
Compare
ng-model="controls.rangeSlider" | ||
aria-describedby="weight-slider-help" | ||
class="mar-top-md"> | ||
<!-- Use class="hidden" to make sure the options don't render for browsers that don't support datalist. --> |
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.
how does it look on the ones that do support, it looked like it was just Safari and iOS that didnt
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 can probably take it out. It doesn't show up in Safari and iOS.
When editing a route with two services, let users change the service weights using a slider. For 3 or more services, fall back to entering the weight values as integers.
f5d9baa
to
f89c374
Compare
Removed |
LGTM, you can merge if you are done making changes |
[merge] |
Evaluated for origin web console merge up to f89c374 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/873/) (Base Commit: 6010439) |
When editing a route with two services, let users change the service weights as percentages using a slider. For 3 or more services, fall back to entering the weight values as integers.
Fixes #241