You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the order in which custom object groups appear to be customized (similar to Configurable field group order (not A–Z only) #577, but involving only groups, not standalone custom objects, which currently appear in their own "group" named objects.)
Allow the order in which custom objects appear within a group to be customized
Request two seems simple enough to accomplish by adding a new field to the custom object type field model, something like object_weight, which is then evaluated similar to how weights are within other places in NetBox. Request one seems a bit more complex, so happy to discuss that further.
Use case
Currently, I have two groups custom objects are assigned to - firewall and dhcp. DHCP appears first in the list, but its member objects are used much less frequently than those within the firewall group. Additionally, within the firewall group, I have multiple custom objects that I would like to order differently than the default alphabetical sort.
Plugin Version
0.5.2
Proposed functionality
This is a two-part request:
Request two seems simple enough to accomplish by adding a new field to the custom object type field model, something like
object_weight, which is then evaluated similar to how weights are within other places in NetBox. Request one seems a bit more complex, so happy to discuss that further.Use case
Currently, I have two groups custom objects are assigned to -
firewallanddhcp. DHCP appears first in the list, but its member objects are used much less frequently than those within thefirewallgroup. Additionally, within thefirewallgroup, I have multiple custom objects that I would like to order differently than the default alphabetical sort.External dependencies
N/A