-
Notifications
You must be signed in to change notification settings - Fork 26
Introducing UI changes to make configuration screen purpose clear #422
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
Conversation
|
@WojcikMike I'm not sure it adds much benefit. I think a more effective solution is to just rename the view's tab name from "Endpoints" to "Endpoints monitoring". That'll help infer that the purpose of the toggles is to turn monitoring ON or OFF. |
|
I think that renaming the page is a step in the right direction, but I don't think it solves the problem. What if we would also added tooltip to the toggle? |
|
I didn't mean renaming the page, only the tab label. Anyway, adding those column headers will at most add some redundancy, so I can live with that without testing. I've updated the PR. |
|
LGTM to be merged. I tested it in chrome and IE and looks good. |
|
@WilliamBZA can you have a look and merge if you are happy with it |
| <div class="col-sm-12"> | ||
| <div class="tabs"> | ||
| <h5 ng-class="{ active: isActive('/configuration/endpoints') }"><a href="#/configuration/endpoints">Endpoints ({{counters.endpoints | number}})</a></h5> | ||
| <h5 ng-class="{ active: isActive('/configuration/endpoints') }"><a href="#/configuration/endpoints">Endpoints monitoring ({{counters.endpoints | number}})</a></h5> |
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.
Endpoints monitoring sounds strange, i feel like the tense is perhaps wrong.
What do you think about Monitored endpoints? @sergioc
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.
👍
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.
@WilliamBZA @sergioc change introduced
fixes #392
Adding labels to make it clear what toggle means. @sergioc please have a look from a UI perspective