-
Notifications
You must be signed in to change notification settings - Fork 344
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
TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details. #5317
Comments
Here are the "ip addresses" associated with a server object.
What is the desired behavior when clicking each? |
ILOs tend to be Graphical although they do have CLIs in some cases. As an SRE, I'd prefer to be able to set the desired behavior. I think the use case is similar for IPv6 Address and IPv4 Address in that I'd like to be able to send: ssh://$Username@IPv4|6_Address. Typically we would never do anything with Netmasks or Gateways (although smaller CDN might.) |
I'll take a crack at this, mostly to redeem myself to @saoyag001 for those RLR DS's about this time last year 😹 May I be assigned this issue? |
Thanks! |
@rgresino I will break out that desired behavior into a separate issue |
Based on the feedback, I'm going to implement this functinality:
|
bug report
Traffic Portal
Current behavior:
in TP clicking a link in server list page(ilo/network IP) opens a new window with ssh:// and brings you to that server details page.
Expected behavior:
in TP clicking a link in server list page (ilo/network IP) opens a new window with ssh:// and existing window remains on server list page.
Minimal reproduction of the problem with instructions:
click on any network link from the server list page
Anything else:
also ilo ip link should be https:// not ssh://
-->
The text was updated successfully, but these errors were encountered: