1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

7111 Commits

Author SHA1 Message Date
6383dfa854 Merge pull request #8292 from jasonyates/8246-commit-rate
Fixes #8246 - Circuits list view to display formatted commit rate
2022-01-10 08:36:47 -05:00
5a4fb0323b Merge pull request #8286 from jasonyates/8285-cluster-count-tenant
Fixes #8285 tenant cluster count
2022-01-10 08:34:02 -05:00
e84a282aa6 Revert REST API changes from #8284 2022-01-10 08:24:45 -05:00
f732493473 Fixing code style E302 2022-01-08 22:24:25 +00:00
f66a265fcf Fixes #8246 - Circuits list view to display formatted commit rate
Adds a custom column class to format the commit rate in the circuits table view using humanize_speed template helper. Export still exports the raw number.
2022-01-08 21:55:07 +00:00
d65c05aacd Merge pull request #8269 from bluikko/cisco-stackwise-n
Merge PR from bluikko for #8265
2022-01-08 00:20:43 -06:00
2b28ffa2f4 Merge pull request #8284 from jasonyates/8262-tenant-cable-stat
Fixes #8262 - Add Cable stat for Tenant
2022-01-08 00:15:35 -06:00
10ec31df3e Fix #8287 - Correct label in export template form 2022-01-08 00:13:58 -06:00
184b1055dc Fixes #8285 - Cluster count missing from tenant api output 2022-01-07 20:17:43 +00:00
eaec25e6c2 Fixes #8262 - Add Cable stat for Tenant 2022-01-07 20:02:45 +00:00
b63e29610e Add Cisco StackWise-n choices 2022-01-07 11:56:54 +07:00
b0db5a8b0a PRVB 2022-01-06 09:58:50 -05:00
e90b9f6c19 Release v3.1.5 2022-01-06 09:24:28 -05:00
4c1199e009 Fixes #8255: Fix bulk editing of authentication parameters for wireless LANs and links 2022-01-06 08:54:05 -05:00
65471068b6 Closes #8252: Linkify type and group columns in clusters table 2022-01-05 21:36:20 -05:00
c6467a824b #8228: Always add a blank choice 2022-01-05 17:10:59 -05:00
b1d1f3c6b2 Fixes #8228: Optional ChoiceVar fields should not force a selection 2022-01-05 15:46:04 -05:00
574c2e2770 Closes #8244: Add length & length unit fields to cable filter form 2022-01-05 15:32:34 -05:00
ccda73494f Center modal dialog vertically 2022-01-05 14:57:56 -05:00
443b4ccc57 Initial work on #8231 2022-01-05 14:06:56 -05:00
511aedd5db Omit table configuration form from rack elevations view 2022-01-05 11:39:58 -05:00
2524290099 Introduce modals template block 2022-01-05 09:21:48 -05:00
01e8017265 Clean up template blocks 2022-01-05 09:09:39 -05:00
8338fc405f Simplify theme color palette 2022-01-04 20:51:10 -05:00
0a22b3990f #7450: Clean up footer and navbar styles 2022-01-04 20:42:44 -05:00
662cafe416 Form widgets & style cleanup 2022-01-04 15:01:16 -05:00
ea961ba8f2 Fixes #8224: Fix KeyError exception when creating FHRP group with IP address and protocol "other" 2022-01-04 13:49:07 -05:00
8c8774cd2f Fixes #8226: Honor return URL after populating a device bay 2022-01-04 13:24:15 -05:00
2fe02ddb1f Add tests for IPAM object children views 2022-01-04 09:32:41 -05:00
e11e8a5d64 Fixes #8213: Fix ValueError exception under prefix IP addresses view 2022-01-04 09:15:25 -05:00
79bebf7c9b PRVB 2022-01-03 11:18:46 -05:00
9de53fe070 Release v3.1.4 2022-01-03 11:00:23 -05:00
ecb9fc65b7 Closes #8197: Allow filtering sites by group when connecting a cable 2022-01-03 10:41:43 -05:00
05d4176d34 Fixes #8201: Custom integer fields should allow negative integers as minimum/maximum values 2022-01-03 10:07:19 -05:00
1c7604e0fe Fixes #8200: Correct typo in navigation menu 2022-01-03 09:20:26 -05:00
e18dc43aae Fixes #8196: Fix IndexError exception when viewing large IPv6 prefixes in UI 2022-01-03 09:17:15 -05:00
cdd51aee75 Closes #8194: Enable bulk user assignment to groups under admin UI 2021-12-30 13:19:18 -05:00
51851f6c99 Refactor users.admin 2021-12-30 13:08:09 -05:00
ab98aa489c Related objects should be prefetched for Prefix/IPRange child object views 2021-12-30 12:43:37 -05:00
5829985ca8 Remove power utilization as default column from racks table 2021-12-30 12:02:20 -05:00
2fa8e27f05 Fixes #8192: Add "add prefix" button to aggregate child prefixes view 2021-12-30 12:00:37 -05:00
68f92dfd5d Fix redirection URL for prefix IP ranges view 2021-12-30 11:47:21 -05:00
67aeb380e7 Fix DNS name label in IP address bulk edit form 2021-12-30 11:46:09 -05:00
2319fce092 Add tab to cable connect view 2021-12-30 09:51:30 -05:00
a5f1707662 Fixes #8191: Fix return URL when adding IP addresses to VM interfaces 2021-12-30 09:46:02 -05:00
6cda55da06 Fixes #8187: Fix rendering of tags column in object tables 2021-12-30 09:41:35 -05:00
c3f2fee633 PRVB 2021-12-29 12:40:04 -05:00
13c4d13157 Release NetBox v3.1.3 2021-12-29 12:10:46 -05:00
43fadab3bb Closes #8034: Enable specifying custom field validators during CSV import 2021-12-29 11:57:27 -05:00
82a0240d2e Closes #8182: Introduce checkmark template tag 2021-12-29 10:26:42 -05:00