-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Incorrect Tooltips on Connection buttons #1282
Comments
Update: it also sometimes displays "Mark Planned" |
It should read "mark connected" or "mark planned," to indicate whether the connection has been physically installed. Maybe "mark installed"/"mark planned" is more clear. |
I think the wording is ok but maybe they should be flipped so that when you hover over the circle with the line through it, it displays "mark connected" and vice versa. That to me says that when I hover over it it should tell me what its going to do when I click the button. |
Planned connections are highlighted in blue. Clicking the circle marks an installed connection as planned. Clicking the plug marks a planned connection as installed. |
Ahhh, I see. That does make more sense. I didnt even pay attention to the fact that the line turns green when the plug icon is clicked. Green means UP/connected. Am I understanding that correctly? |
Oh, I see what's happening. The Javascript is assigning the title to the wrong element, so you can end up with an icon that says "mark connected" inside a button that says "mark planned" after toggling a connection. Need to fix that.
Yep, but only after toggling a connection. If you reload the page, connections are no longer highlighted. |
…d" toggle buttons for device connections
Issue type: Bug Report
**Python version: 2
**NetBox version: 2.0.4
When making connections I realized that the tooltip's on the connection buttons seem wrong to me. When the interface is connected and it displays the plug icon the tooltip says "Mark Connected" when the the button icon is displaying the circle with a line through it, the tool tip displays "Mark Disconnected"
The text was updated successfully, but these errors were encountered: