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

Closes #484: Show device information #573

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dreng
Copy link
Collaborator

@dreng dreng commented Sep 30, 2024

Closes #484: Show device information

Adds a new filter field and a corresponding individual option that allows to display a label that consists of zero or more of the following components:

  • Device Name
  • Primary IPv4
  • Primary IPv6
  • Out-of-band IP

Caveats: While it is possible to store the order of the components in the database, Django will sort them in the widget automatically after reading the components from the database. There's not much we can do about it. According to my research, Django does this on purpose and the only way to solve the issue would be to write a custom widget. However, it is possible to arrange the components in the order you want if you select the components directly in the filter tab and do not inherit them from the individual options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show device information
1 participant