Skip to content
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

Circuit Sort Human Readable Content Disappears #406

Closed
LordBoBCUP opened this issue Jul 31, 2016 · 3 comments
Closed

Circuit Sort Human Readable Content Disappears #406

LordBoBCUP opened this issue Jul 31, 2016 · 3 comments
Labels
type: bug A confirmed report of unexpected behavior in the application

Comments

@LordBoBCUP
Copy link

Hi, Running v1.3.2 I notice that when I sort my circuits (probably only have ~25) into human readable (selecting Port Speed, or Commit Rate) the content disappears and that container is empty. Nav menu, filter menu, bottom bar etc are still there, but the circuit container is just blank. Has anyone else noticed this? I don't seem to have this issue on other sections (such as connections, prefixes or vlans etc)

@jeremystretch
Copy link
Member

Sounds like you might have a browser plugin that's interfering. I feel like this has come up before. Does it happen in other browsers?

@LordBoBCUP
Copy link
Author

Hi Jeremy, I am seeing this both in Internet explorer and a freshly installed Chrome on a win 2012 r2 box as well as Firefox and IE on a windows 7 box and Chrome, IE and FF on a win10 box. This also includes testing on different resolutions. I also see the same behavior on your netbox-demo01.packetlife.net site as well (currently running v1.3.2).

@jeremystretch jeremystretch added the type: bug A confirmed report of unexpected behavior in the application label Aug 2, 2016
@jeremystretch jeremystretch changed the title [Bug?] Circuit Sort Human Readable Content Disappears Circuit Sort Human Readable Content Disappears Aug 2, 2016
@jeremystretch
Copy link
Member

The problem here was in the port_speed and commit_rate columns. The table was attempting to sort on the human-friendly speed display, which doesn't exist in the database. This is clearly evident when debugging is turned on. Strangely, when debugging is off, the table fails to render yet the request is processed without returning an error.

if-fi pushed a commit to if-fi/netbox that referenced this issue Oct 1, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants