70f257b1ea
Introduce UserConfigForm for managing user preferences
2021-12-21 16:29:01 -05:00
17ba0a97d5
Remove jobs Javascript
2021-12-20 20:59:14 -05:00
0e50c964d5
Remove obsolete pagination TS/CSS
2021-12-14 21:00:48 -05:00
298fb00a3e
Remove obsolete "quick find" TS
2021-12-14 20:04:49 -05:00
9a53c22833
Serve HTMX JS locally
2021-12-14 15:55:40 -05:00
7cb9cedfe1
Fixes #7823 : Properly handle return_url when Save & Continue button is present
2021-12-03 16:20:05 -07:00
a0b9ac7bcc
UI: Improve performance of the quick filter
2021-11-25 12:14:07 +01:00
84c14aadc7
Fixes #7300 : Fix incorrect Device LLDP interface row coloring & improve related JS
2021-10-15 17:07:54 -07:00
f1f0d9cd0d
Fixes #7495 : Fix sidenav overlapping elements
2021-10-15 15:02:50 -07:00
eb9f2b36ab
Display device names in front of device front/rear images
...
Fixes #6879
2021-10-06 18:07:28 +00:00
c818d63043
Fixes #7427 : Don't select hidden rows when selecting all in a table
2021-10-04 09:19:18 -07:00
d87d860a57
Remove obsolete TS for a.formaction
2021-09-27 11:41:05 -04:00
030c573037
Fixes #7228 : Round °F temperature to one decimal place
2021-09-20 02:44:40 -07:00
6f24a938d9
Fixes #7273 : Disable automatic sorting of select options fetched via API
2021-09-16 11:08:05 -04:00
cf8fdacfa3
Refactor connection toggle to use API URLs
2021-09-08 14:25:14 -04:00
2c1745ce28
Refactor checkJobStatus() to use API URLs provided via context
2021-09-08 14:17:27 -04:00
950ce94653
Refactor ApiRequest to take only full URLs; update TableConfigForm
2021-09-08 13:59:25 -04:00
851f8a1585
Fixes #7191 : Access SlimSelect's internal options when getting current options so selection state is maintained
2021-09-08 09:54:38 -07:00
2a293d5d02
Fixes #7188 : Re-add missing support for null_option
on API select
2021-09-07 18:19:32 -07:00
113358f2de
Fixes #7148 : Handle array values when constructing API URLs
2021-09-02 08:59:26 -07:00
caa2813d0d
Fix regression from ddff193
causing invalid selections
2021-09-02 07:56:08 -07:00
ddff193786
#7123 : Handle empty_option on API Select
2021-09-01 17:02:43 -07:00
774dff07ee
Fixes #7131 : Only execute scope selector field visibility logic on specified views
2021-09-01 15:27:37 -07:00
a2eb0d80d2
#7084 : Fix issue where hidden VLAN form fields were incorrectly included in the form submission
2021-09-01 11:41:35 -07:00
14d87a3584
Fixes #7041 : Properly format JSON config object returned from a NAPALM device
2021-09-01 00:03:53 -07:00
d743dc160a
Fixes #7080 : Re-add missing image preview element
2021-08-31 17:05:02 -07:00
093a86bc38
Fixes #7081 : Properly handle pre-selected values even when they're outside of pagination limits
2021-08-31 15:13:53 -07:00
5b87232f59
#7081 : Fix APISelect loading of paginated data
2021-08-31 15:13:53 -07:00
679bbd3e76
Fixes #7091 : Ensure API requests from the UI are aware of BASE_PATH
2021-08-31 15:13:53 -07:00
db2993035d
Fixes #7075 : Wrap label selectors in quotes to ensure IDs with spaces are properly selected
2021-08-30 17:48:33 -07:00
25d1fe2c8d
Improve APISelect query parameter handling ( #7040 )
...
* Fixes #7035 : Refactor APISelect query_param logic
* Add filter_fields to extras.ObjectVar & fix default value handling
* Update ObjectVar docs to reflect new filter_fields attribute
* Revert changes from 89b7f3f
* Maintain current `query_params` API for form fields, transform data structure in widget
* Revert changes from d0208d4
2021-08-30 09:43:32 -04:00
0d61dcb1bc
Fixes #7034 : Update VLAN Scope parent selectors and run change handler on load
2021-08-26 00:11:58 -07:00
2e90f22529
Clean up TypeScript file structure, fix missing VLAN tag visibility logic
2021-08-24 14:53:36 -07:00
a0ba8380c9
Fix eslint misconfiguration and corresponding errors
2021-08-24 00:27:45 -07:00
a3d5e04946
Fixes #6990 : Fix query param and query filter handling in API select
2021-08-20 16:25:31 -07:00
84db2e90ab
Fixes #6998 : Properly handle merge and replace actions in API Select
2021-08-20 08:41:30 -07:00
9e1d2da449
Fixes #7001 : Focus the main content container when the page loads
2021-08-19 14:13:54 -07:00
9b3498d87a
Add visibility toggle for object depth indicators
2021-08-18 14:51:49 -07:00
be3b4f0d3e
#6856 : Remove ?limit=0 from API queries
2021-08-18 14:35:12 -04:00
664b02d735
Fixes #6856 : Properly handle existence of next
property in API select responses
2021-08-17 16:50:29 -07:00
da67a35328
#6797 : Automatically collapse inactive sections in the sidenav
2021-08-05 09:28:25 -07:00
0ea9c65007
Add common Bootstrap components to window so they can be consumed by plugins
2021-08-04 23:46:34 -07:00
863048cda2
Deprecate collapsible advanced search and re-implement field-based filtering on object views
2021-08-01 21:24:22 -07:00
261372289a
#6797 : Fix sidenav jumpy/glitchy behavior on page reload when pinned
2021-08-01 00:27:27 -07:00
5413263eff
#6797 : Properly update API select query parameters when values already exist on the element
2021-07-30 01:25:29 -07:00
772c76e0a4
#6797 : Don't show depth indicator in API select placeholder
2021-07-30 01:03:26 -07:00
5463fa7390
Closes #6808 : Determine option disabled status via disabled-indicator attribute
2021-07-30 00:56:54 -07:00
d18c83beb0
#6828 : Fix various mobile UI issues
2021-07-30 00:35:38 -07:00
007d660ce1
Merge branch 'feature-sidebar' into feature
...
# Conflicts:
# netbox/project-static/dist/netbox.js
# netbox/project-static/dist/netbox.js.map
2021-07-29 17:39:07 -07:00
3752cb3e56
#6797 : Implement new sidebar
2021-07-29 17:33:10 -07:00