jeremystretch
65659fb676
Badges use secondary BG by default; add custom option
2021-08-06 15:41:26 -04:00
Jeremy Stretch
939bcfec4b
Improve object list layout ( #6907 )
...
* Split object list and filters into tabs
* Use object_list template for connections, rack elevations
* Include custom field filters in grouped filter form
* Annotate number of applied filters on tab
* Rearrange table controls
2021-08-06 15:35:14 -04:00
jeremystretch
6ce8dd5ac3
Closes #6823 : Improve table configuration form layout
2021-08-06 12:46:57 -04:00
jeremystretch
63f4d81bc0
Remove errant buttons block from cable view
2021-08-06 12:33:21 -04:00
jeremystretch
d0fbbbfb37
Merge branch 'develop' into feature
2021-08-06 10:06:52 -04:00
jeremystretch
f23dc2d405
Fixes #6902 : Populate device field when cloning device components
2021-08-06 09:55:47 -04:00
jeremystretch
34aa231436
Closes #6899 : Add filterset tests for Token
2021-08-06 09:41:49 -04:00
jeremystretch
51d1b6e0d6
Fixes #6901 : Correct example REST API request
2021-08-06 08:39:57 -04:00
jeremystretch
7c8612aadd
Update application architecture diagram
2021-08-05 15:51:24 -04:00
Joel McGuire
d347b97f20
Fixes #6887 Add Examples in the Lookup Expression Docs ( #6898 )
...
Fixes #6887 Add Examples in the Lookup Expression Docs
Co-authored-by: joel <joelmcguire@email.arizona.edu>
2021-08-05 13:28:32 -04:00
jeremystretch
42b961229f
Fixes #6894 : Fix available IP generation for prefix assigned to a VRF
2021-08-05 13:23:14 -04:00
Matt
79f726e6cd
#6797 : Fix various mobile layout issues
2021-08-05 09:59:13 -07:00
Matt
31cd6898d4
#6797 : Fix search result layout on small screens when there are no results
2021-08-05 09:40:02 -07:00
Matt
7608ee8450
#6797 : Fix initial sidenav handling on smaller screens
2021-08-05 09:35:36 -07:00
Matt
da67a35328
#6797 : Automatically collapse inactive sections in the sidenav
2021-08-05 09:28:25 -07:00
jeremystretch
46d0af6cef
Fixes #6892 : Fix validation of unit ranges when creating a rack reservation
2021-08-05 11:12:08 -04:00
Matt
0ea9c65007
Add common Bootstrap components to window so they can be consumed by plugins
2021-08-04 23:46:34 -07:00
jeremystretch
57dc4c207f
Fixes #6832 : Support config context rendering under GraphQL API
2021-08-04 15:55:55 -04:00
Matt
582b69de74
#6797 : Improve object edit form field layout
2021-08-04 10:57:01 -07:00
Matt
0cf9be2a8d
Remove deprecated advanced search template
2021-08-04 10:41:43 -07:00
Matt
0bf39590e3
#6797 : Fix object list layout when there is no filter form
2021-08-04 10:40:39 -07:00
Matt
2debeb7475
#6797 : Fix empty filter panels
2021-08-04 10:37:59 -07:00
jeremystretch
ee8fd701ae
Changelog for #6883
2021-08-04 13:26:53 -04:00
Jeremy Stretch
9379324b07
Merge pull request #6885 from bellwood/6883_add_power_outlet_port_c21_c22
...
Add power outlet/port choice for C21/C22
2021-08-04 12:59:21 -04:00
Brian Ellwood
55cdbd57cc
Add power outlet/port choice for C21/C22
...
Resolves #6883
2021-08-04 12:06:39 -04:00
jeremystretch
11836cdfb1
Fixes #6871 : Support dynamic tag types in GraphQL API
2021-08-03 16:29:34 -04:00
Jeremy Stretch
c411d2a9f1
Merge pull request #6873 from netbox-community/6829-graphql-reverse-relations
...
Closes #6829 : GraphQL reverse generic relations
2021-08-03 16:22:45 -04:00
jeremystretch
1b612816cc
Merge branch 'feature' into 6829-graphql-reverse-relations
2021-08-03 16:05:31 -04:00
Matt
051abc00c4
Fix bulk_import button class in test view after naming change in e8ba4b0
2021-08-03 12:43:28 -07:00
Matt
f7ee5e8d78
Fix button class in test view after naming change in e8ba4b0
2021-08-03 12:06:13 -07:00
jeremystretch
cc26bc4858
Changelog for #6829
2021-08-03 14:56:22 -04:00
jeremystretch
88d2441ab3
Add changelog GraphQL relation for changelogged models
2021-08-03 14:51:56 -04:00
Matt
6842879985
#6797 : Improve object view styling & responsiveness
2021-08-03 11:41:46 -07:00
jeremystretch
1518a460d5
Rename base Graphene types to match base models
2021-08-03 14:37:39 -04:00
jeremystretch
ea86321da8
Add journal_entries to Graphene object types for all primary models
2021-08-03 13:58:08 -04:00
jeremystretch
c416fce400
Refactor base Graphene object types
2021-08-03 13:49:12 -04:00
Matt
ae28df8abd
#6797 : Place custom links below native controls
2021-08-03 10:25:27 -07:00
Matt
e8ba4b0564
#6797 : Improve controls & custom link styling
2021-08-03 10:21:06 -07:00
Matt
53e21ceed4
#6797 : Improve global search styles
2021-08-03 09:19:24 -07:00
jeremystretch
735286d3b0
Add vlan_groups to Region, SiteGroup, Site, Location, Rack, ClusterGroup, Cluster
2021-08-03 11:49:22 -04:00
jeremystretch
8ad958708f
Add image_attachments to Device, Location, Rack, Site
2021-08-03 11:38:18 -04:00
Matt
58862e115c
Closes #6863 : Add search fields back to filter forms
2021-08-03 08:32:53 -07:00
jeremystretch
0df67dbc12
Add ip_addresses relation on InterfaceType, VMInterfaceType
2021-08-03 11:27:14 -04:00
thatmattlove
8bdfa34c7d
Merge branch 'feature-object-filter' into feature
2021-08-03 06:57:54 -07:00
thatmattlove
06c730f4dc
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
afc8d5bbbf
Fix PEP8 formatting error
2021-08-02 02:31:30 -07:00
checktheroads
1de46f592c
Various styling improvements
2021-08-02 02:18:31 -07:00
checktheroads
863048cda2
Deprecate collapsible advanced search and re-implement field-based filtering on object views
2021-08-01 21:24:22 -07:00
checktheroads
0b09365d0d
#6797 : Improve form error/django messages handling
2021-08-01 13:30:16 -07:00
checktheroads
8e3ab8d5c5
#6797 : Improve global bg/color transition
2021-08-01 12:01:40 -07:00