-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Visibility of tags in Device listing #3064
Comments
In addition: I would like to see Inventory Item tags in the Inventory listing ( At the moment you can't see the tags unless you drill down to individual items, and the only way to filter inventory items by tag (AFAICT) is to browse to |
I'd like to do this, but realistically, the only we can accommodate tags in object list display is to switch to a multi-row object representation. This would allow us to display object fields on one line and tags on another. Currently, object lists are rendered as a simple HTML table, which each object in the list corresponding to a single row in the table. We would need to extend this to either a) use multiple rows to represent each object, or b) embed a smaller table/div structure within each row. Neither approach is likely to work well with |
I'm quite interested in this because this would also be very helpful for the ip-addresses listing (/ipam/ip-addresses/ and /ipam/prefixes//ip-addresses/). Use case: Tagging an ip address within a prefix e.g. as "gateway" to be able to use those information on our servers for the network setup. But the information is currently only shown in the IP address detail page which makes it annoying to check the prefix if a gateway has already been defined. Should I open another feature request for that? |
Reminder: Please use 👍 or 👎 on the issue to indicate support or the lack thereof. Redundant comments will be deleted. |
With #492 in place, we can now add a "Tags" column to the relevant tables, which can be toggled on and off as the user desires. For particularly large tables, such as the devices table, it is assumed the user will hide uninteresting columns to make room if there is a large number of tags. |
Environment
Proposed Functionality
I would like to be able to see tags in the Device listing.
Possible ways to achieve this:
Use Case
I am using tags for several purposes. Seeing the set of tags for a device quickly lets me home in on devices of interest; it also lets me see quickly if there are conflicting tags which don't make sense (e.g. someone has added a tag but forgotten to remove an old one).
At the moment, the only way to see tags is (a) to drill down to individual devices one by one, or (b) to filter devices by tag (in which case, I still can't see what other tags are on a device, without drilling down)
Database Changes
None
External Dependencies
None
The text was updated successfully, but these errors were encountered: