Commit Graph

84 Commits

Author SHA1 Message Date
thatmattlove
38a2ff4c9e #7084: Fix issue where hidden VLAN form fields were incorrectly included in the form submission 2021-09-01 11:41:35 -07:00
thatmattlove
65ec26c7f6 Fixes #7041: Properly format JSON config object returned from a NAPALM device 2021-09-01 00:03:53 -07:00
thatmattlove
22f62b6211 Fixes #7080: Re-add missing image preview element 2021-08-31 17:05:02 -07:00
thatmattlove
2baf01949b Fixes #7081: Properly handle pre-selected values even when they're outside of pagination limits 2021-08-31 15:13:53 -07:00
thatmattlove
6a9a60402f #7081: Fix APISelect loading of paginated data 2021-08-31 15:13:53 -07:00
thatmattlove
26a372dcf3 Fixes #7091: Ensure API requests from the UI are aware of BASE_PATH 2021-08-31 15:13:53 -07:00
thatmattlove
3a7fc40734 Fixes #7075: Wrap label selectors in quotes to ensure IDs with spaces are properly selected 2021-08-30 17:48:33 -07:00
thatmattlove
68f31aa31b Pin Bootstrap 5 to 5.0.2 2021-08-30 11:02:47 -07:00
thatmattlove
774bfc029a Fixes #7068: Disable sourcemaps on CSS files, use external sourcemaps 2021-08-30 10:56:02 -07:00
thatmattlove
21d3af6116 Fixes #7063: Update security dependencies, move esbuild to devDependencies, update clipboard 2021-08-30 08:14:24 -07:00
Matt Love
eae01a7ddf 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
jeremystretch
308c9b832e JS & changelog updates for #7034 2021-08-27 11:36:29 -04:00
Matt
cf391f4143 Clean up TypeScript file structure, fix missing VLAN tag visibility logic 2021-08-24 14:53:36 -07:00
Matt
5a5b079090 Fix eslint misconfiguration and corresponding errors 2021-08-24 00:27:45 -07:00
Matt
850391a01a Fixes #6990: Fix query param and query filter handling in API select 2021-08-20 16:25:31 -07:00
Matt
2f5ba23594 Fixes #6998: Properly handle merge and replace actions in API Select 2021-08-20 08:41:30 -07:00
Matt
a1183da6d0 Fixes #7001: Focus the main content container when the page loads 2021-08-19 14:13:54 -07:00
Matt
716124ec81 Rebundle scripts after rebase 2021-08-18 14:53:28 -07:00
Matt
a2205ebdc8 Add visibility toggle for object depth indicators 2021-08-18 14:51:49 -07:00
jeremystretch
91d6c42ef6 #6856: Remove ?limit=0 from API queries 2021-08-18 14:35:12 -04:00
Matt
a5a87d4984 Fixes #6856: Properly handle existence of next property in API select responses 2021-08-17 16:50:29 -07:00
jeremystretch
128eebd3e7 #6912: Remove absolute publicPath reference 2021-08-10 14:03:07 -04:00
Matt
81de90f18f #6797: Automatically collapse inactive sections in the sidenav 2021-08-05 09:28:25 -07:00
Matt
c83f3bbce7 Add common Bootstrap components to window so they can be consumed by plugins 2021-08-04 23:46:34 -07:00
thatmattlove
10976abbe7 Merge branch 'feature' into feature-object-filter
# Conflicts:
#	netbox/project-static/dist/netbox-dark.css
#	netbox/project-static/dist/netbox-light.css
#	netbox/project-static/styles/netbox.scss
#	netbox/project-static/styles/select.scss
2021-08-03 06:57:22 -07:00
checktheroads
b4c03189c0 Deprecate collapsible advanced search and re-implement field-based filtering on object views 2021-08-01 21:24:22 -07:00
checktheroads
78247080db #6797: Fix sidenav jumpy/glitchy behavior on page reload when pinned 2021-08-01 00:27:27 -07:00
checktheroads
f8f71d4bc2 #6797: Properly update API select query parameters when values already exist on the element 2021-07-30 01:25:29 -07:00
checktheroads
dbcb4aac31 #6797: Don't show depth indicator in API select placeholder 2021-07-30 01:03:26 -07:00
checktheroads
0bd3d6dd77 Closes #6808: Determine option disabled status via disabled-indicator attribute 2021-07-30 00:56:54 -07:00
checktheroads
35ecd1494f #6828: Fix various mobile UI issues 2021-07-30 00:35:38 -07:00
checktheroads
bf01e5bd59 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
checktheroads
5695d83743 #6797: Implement new sidebar 2021-07-29 17:33:10 -07:00
jeremystretch
3eab89e524 Fixes #6846: Form-driven REST API calls should use brief mode 2021-07-29 14:50:30 -04:00
checktheroads
7e5c19d8c2 #6797: Fix API select styles 2021-07-24 18:11:01 -07:00
checktheroads
f519be8087 #6797: Fix incorrect color select label color 2021-07-24 17:13:02 -07:00
checktheroads
148522dc7a #6797: Improve toast styles 2021-07-24 17:08:18 -07:00
checktheroads
cefe8b1ea2 #6797: Fix color flashing when server mode doesn't match select mode or client preference 2021-07-24 10:31:46 -07:00
checktheroads
6934986f4f Migrate from ParcelJS to esbuild for UI bundling 2021-07-24 00:00:38 -07:00
checktheroads
513505a613 Use display field for all API-backed select options 2021-07-20 14:17:12 -07:00
checktheroads
c251938213 Use 'brief=true' query parameter on API calls from API-backed select elements 2021-07-20 13:38:24 -07:00
checktheroads
6ea4a91717 #6372: Fix regression from c550093 causing API select query delays 2021-07-20 00:36:55 -07:00
checktheroads
c550093bb4 #6372: Fix query issues with & refactor API select 2021-07-19 16:39:16 -07:00
checktheroads
340b8c1421 #6372: Fix static select class regression from 08f0a5d 2021-07-19 16:39:16 -07:00
checktheroads
bff7d32a32 #6372: Fix bulk form action form handling 2021-07-19 16:39:16 -07:00
checktheroads
f89c65a880 #6372: Refactor Select2 naming 2021-07-19 16:39:16 -07:00
checktheroads
1ee4fe08e6 #6372: Fix nav menu scrolling and styling 2021-07-15 00:32:28 -07:00
checktheroads
0956da89ec #6372: Implement table-flush styling, improve changelog layout 2021-07-13 09:14:57 -07:00
checktheroads
b78a9f820e #5203: Persist Show/Hide Images state in rack view 2021-07-06 17:56:49 -07:00
checktheroads
f9e87aeb18 #6372: Upgrade bootstrap to 5.0.2 2021-06-23 11:22:25 -07:00