b9a413d19e
#2434 : Fix redirection logic in generic form validation method
2021-05-08 12:32:13 -07:00
2d2719cfb2
#2434 : Refactor ComponentCreateView to use generic form validation method
...
New validate_form method on ComponentCreateView handles validation generically, which any post() method on ComponentCreateView can use to validate the form but handle the response differently as needed.
2021-05-08 12:01:25 -07:00
515aed7022
Merge branch 'feature' into feature-2434
2021-05-08 11:08:06 -07:00
22e484edd4
#6732 : Change “Update” button to “Save”
2021-05-07 17:02:22 -07:00
616a598940
#6372 : Utilization graph columns should have a minimum width
2021-05-07 16:57:38 -07:00
1a843f95b7
#6372 : Fix badge & progress-bar foreground color in dark mode
2021-05-07 16:50:50 -07:00
32e1d7e879
#6372 : Updating “per page” count does not refresh list
2021-05-07 16:30:13 -07:00
8c67c7efb3
#6372 : Fix search filtering when selecting 'All Objects'
2021-05-07 16:21:31 -07:00
252bdcbbe0
#6372 : Restructure theme files & build process to avoid SCSS collisions
2021-05-07 16:12:27 -07:00
4dbe047512
#6372 : Fix select placeholder font-size
2021-05-07 14:39:57 -07:00
1da7c705e3
#6372 : Object list text is too small
2021-05-07 14:32:41 -07:00
fabd751f20
#6372 : Reduce padding of top-level menu items & improve home page stat badge coloring
2021-05-07 14:27:32 -07:00
308820b8a1
#6372 : Move hostname & current time to end of page body
2021-05-07 13:45:03 -07:00
4fd7eaf8e0
#6372 : Fix too-dark body color
2021-05-07 13:25:01 -07:00
789f0bc8ff
#6732 : Add color mode toggle to login button when not authenticated
2021-05-07 12:11:45 -07:00
042c65a48c
#6732 : Fix <title/> rendering on home page template
2021-05-07 12:05:56 -07:00
03a1014714
#6732 : Fix rendering of stats on home page when not authenticated
2021-05-07 11:55:46 -07:00
6e9c81eddf
#6732 : Errant righthand margin on "Login" button (if not authenticated)
2021-05-07 11:43:13 -07:00
d7c103d77f
#6732 : Add color mode toggle to login screen & fix login screen layout issues
2021-05-07 11:40:20 -07:00
63435f2ec1
#6732 : Fix search filtering
...
This was broken after implementing mobile screen size support in #6327
2021-05-07 11:07:06 -07:00
445adbd078
#6372 : Border should be consistent for all elements of the search bar
2021-05-07 11:04:57 -07:00
0e088f11ba
#6372 : FIx Status badge location in attr table
2021-05-07 09:18:40 -07:00
e47f25ac3e
#6372 : code text should not be pink
2021-05-07 09:16:05 -07:00
df02123b1e
#6372 : Fix anchor tag underline style in dark mode
2021-05-07 09:09:21 -07:00
6a685df823
#6372 : Remove duplicate babel plugin already included in @babel/preset-env
2021-05-07 09:03:45 -07:00
a4add7de67
#6372 : Remove focus ring effect from navigation menu headers
2021-05-07 09:02:53 -07:00
8473820f0c
#6372 : Remove underline style from hyperlinks
2021-05-07 08:56:17 -07:00
c777daf6e6
Merge branch 'develop' into feature
2021-05-07 10:27:23 -04:00
4dff20cc8c
PRVB
2021-05-07 10:22:30 -04:00
019a5563c4
Release v2.11.3
2021-05-07 10:01:17 -04:00
e9b21aaf86
Fixes #6312 : Interface device filter should return all virtual chassis interfaces only if device is master
2021-05-07 09:47:32 -04:00
2d4ae38a09
Fixes #6369 : Fix interface assignment for VLANs in non-scoped groups
2021-05-06 14:36:23 -04:00
7f2f98885b
Fixes #6350 : Include first & last IP addresses when allocating available IPv6 addresses via the REST API
2021-05-06 13:59:10 -04:00
a4955b420a
Fixes #6355 : Fix caching error when swapping A/Z circuit terminations
2021-05-06 13:29:52 -04:00
fe78f60b1f
Fixes #6357 : Fix ProviderNetwork nested API serializer
2021-05-06 13:06:10 -04:00
21d14a782e
Closes #6359 : Enable custom links for organizational and nested group models
2021-05-06 13:01:20 -04:00
c0f1243879
Fixes #6363 : Correct pre-population of cluster group when creating a cluster
2021-05-06 12:47:58 -04:00
67945f2f33
Closes #6351 : Add aggregates count to tenant view
2021-05-05 09:53:06 -04:00
ea5d02b1e6
Remove deprecated display_name() methods from models
2021-05-04 16:05:17 -04:00
5856275347
Closes #5991 : Remove display_name attribute from serializers
2021-05-04 15:56:36 -04:00
534b0e4cf6
Merge branch 'develop' into feature
2021-05-04 14:25:53 -04:00
97d5873e3d
Fixes #6240 : Fix display of available VLAN ranges under VLAN group view
2021-05-04 09:36:01 -04:00
fb1173bc30
Fixes #6339 : Improve ordering of interfaces when viewing virtual chassis master
2021-05-04 09:12:26 -04:00
3bd99e1910
Closes #6320 : Introduce ChangeLoggedFilterSetTests
2021-05-03 15:25:16 -04:00
ad19b09ae3
Fixes #6333 : Fix filtering of circuit terminations by primary key
2021-05-03 14:38:26 -04:00
ffa4cd134b
Introduce BaseFilterSetTests to standardize testing of PK filters
2021-05-03 14:36:44 -04:00
fbffef1cc4
Rename FilterSet test modules
2021-05-03 13:07:19 -04:00
6899a3258a
Merge pull request #6327 from netbox-community/feature-ui
...
Add Basic Support for Smaller Screens in New UI
2021-05-03 09:07:29 -04:00
04cc43b2f0
ensure 'Create & Assign IP Address' button is only shown when the component_type is 'interface'
2021-04-30 17:17:56 -07:00
460a203c29
Add basic support for smaller screens
2021-04-30 15:55:37 -07:00