Skip to content

Commit

Permalink
#6372: Fix query issues with & refactor API select
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jul 19, 2021
1 parent e3008ba commit 1661d1f
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 510 deletions.
2 changes: 2 additions & 0 deletions netbox/dcim/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2077,6 +2077,8 @@ class DeviceForm(BootstrapMixin, TenancyForm, CustomFieldModelForm):
attrs={
'disabled-indicator': 'device',
'data-query-param-face': "[\"$face\"]",
# The UI will not sort this element's options.
'pre-sorted': ''
}
)
)
Expand Down
16 changes: 8 additions & 8 deletions netbox/project-static/dist/netbox.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion netbox/project-static/dist/netbox.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1661d1f

Please sign in to comment.