Remove a few more instances of secrets. Rebundle

This commit is contained in:
Daniel Sheppard 2021-05-13 09:35:42 -05:00
parent d86856e546
commit 9c89ecb762
12 changed files with 4 additions and 10 deletions

View File

@ -25,9 +25,6 @@ OBJ_TYPE_CHOICES = (
('ipaddress', 'IP Addresses'), ('ipaddress', 'IP Addresses'),
('vlan', 'VLANs'), ('vlan', 'VLANs'),
)), )),
('Secrets', (
('secret', 'Secrets'),
)),
('Tenancy', ( ('Tenancy', (
('tenant', 'Tenants'), ('tenant', 'Tenants'),
)), )),

View File

@ -572,9 +572,6 @@ RQ_QUEUES = {
# NetBox internal settings # NetBox internal settings
# #
# Secrets
SECRETS_MIN_PUBKEY_SIZE = 2048
# Pagination # Pagination
PER_PAGE_DEFAULTS = [ PER_PAGE_DEFAULTS = [
25, 50, 100, 250, 500, 1000 25, 50, 100, 250, 500, 1000

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.