netbox-plugin-dns 0.22.8__tar.gz → 0.22.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of netbox-plugin-dns might be problematic. Click here for more details.
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/PKG-INFO +1 -1
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/__init__.py +1 -1
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/management/commands/cleanup_rrset_ttl.py +1 -1
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/models/nameserver.py +3 -1
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/models/record.py +4 -1
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/record.html +1 -1
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/views/record.py +7 -14
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/pyproject.toml +1 -1
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/LICENSE +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/README.md +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/api/nested_serializers.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/api/serializers.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/api/urls.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/api/views.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/apps.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/fields/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/fields/address.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/fields/network.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/fields/rfc2317.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/filters/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/filters/contact.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/filters/nameserver.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/filters/record.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/filters/registrar.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/filters/view.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/filters/zone.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/forms/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/forms/contact.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/forms/nameserver.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/forms/record.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/forms/registrar.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/forms/view.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/forms/zone.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/contact.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/nameserver.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/record.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/registrar.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/schema.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/view.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/graphql/zone.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/management/commands/cleanup_database.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/management/commands/setup_coupling.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/management/commands/update_soa.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0001_initial.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0001_squashed_netbox_dns_0_15.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0002_zone_default_ttl.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0003_soa_managed_records.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0004_create_ptr_for_a_aaaa_records.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0005_update_ns_records.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0006_zone_soa_serial_auto.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0007_alter_zone_soa_serial_auto.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0008_zone_status_names.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0009_netbox32.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0010_update_soa_records.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0011_add_view_model.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0012_adjust_zone_and_record.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0013_add_nameserver_zone_record_description.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0014_add_view_description.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0015_add_record_status.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0016_cleanup_ptr_records.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0017_alter_record_ttl.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0018_zone_arpa_network.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0019_update_ns_ttl.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0020_netbox_3_4.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0021_record_ip_address.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0022_search.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0023_alter_record_value.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0024_tenancy.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0025_ipam_coupling_cf.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0026_domain_registration.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0027_alter_registrar_iana_id.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0028_rfc2317_fields.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0029_record_fqdn.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/models/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/models/contact.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/models/registrar.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/models/view.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/models/zone.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/navigation.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/signals/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/signals/ipam_coupling.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/tables/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/tables/contact.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/tables/nameserver.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/tables/record.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/tables/registrar.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/tables/view.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/tables/zone.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/template_content.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/contact.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/nameserver.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/record/managed.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/record/related.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/registrar.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/related_dns_objects.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/view.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone/base.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone/child.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone/managed_record.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone/record.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone/registration.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone/rfc2317_child_zone.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone.html +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/urls.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/utilities/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/utilities/ipam_coupling.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/validators/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/validators/dns_name.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/validators/rfc2317.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/views/__init__.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/views/contact.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/views/nameserver.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/views/registrar.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/views/view.py +0 -0
- {netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/views/zone.py +0 -0
|
@@ -34,7 +34,7 @@ class Command(BaseCommand):
|
|
|
34
34
|
ttl_records = (
|
|
35
35
|
Record.objects.filter(ttl__isnull=False)
|
|
36
36
|
.exclude(type=RecordTypeChoices.SOA)
|
|
37
|
-
.exclude(type=RecordTypeChoices.PTR,
|
|
37
|
+
.exclude(type=RecordTypeChoices.PTR, managed=True)
|
|
38
38
|
)
|
|
39
39
|
for record in ttl_records:
|
|
40
40
|
records = Record.objects.filter(
|
|
@@ -53,7 +53,7 @@ class NameServer(NetBoxModel):
|
|
|
53
53
|
def get_absolute_url(self):
|
|
54
54
|
return reverse("plugins:netbox_dns:nameserver", kwargs={"pk": self.pk})
|
|
55
55
|
|
|
56
|
-
def clean(self):
|
|
56
|
+
def clean(self, *args, **kwargs):
|
|
57
57
|
try:
|
|
58
58
|
self.name = normalize_name(self.name)
|
|
59
59
|
except NameFormatError as exc:
|
|
@@ -72,6 +72,8 @@ class NameServer(NetBoxModel):
|
|
|
72
72
|
}
|
|
73
73
|
) from None
|
|
74
74
|
|
|
75
|
+
super().clean(*args, **kwargs)
|
|
76
|
+
|
|
75
77
|
def save(self, *args, **kwargs):
|
|
76
78
|
self.full_clean()
|
|
77
79
|
|
|
@@ -699,6 +699,8 @@ class Record(NetBoxModel):
|
|
|
699
699
|
}
|
|
700
700
|
) from None
|
|
701
701
|
|
|
702
|
+
super().clean(*args, **kwargs)
|
|
703
|
+
|
|
702
704
|
def save(
|
|
703
705
|
self,
|
|
704
706
|
*args,
|
|
@@ -758,7 +760,8 @@ class Record(NetBoxModel):
|
|
|
758
760
|
class RecordIndex(SearchIndex):
|
|
759
761
|
model = Record
|
|
760
762
|
fields = (
|
|
761
|
-
("
|
|
763
|
+
("fqdn", 100),
|
|
764
|
+
("name", 120),
|
|
762
765
|
("value", 150),
|
|
763
766
|
("zone", 200),
|
|
764
767
|
("type", 200),
|
|
@@ -41,22 +41,15 @@ class RecordView(generic.ObjectView):
|
|
|
41
41
|
queryset = Record.objects.all().prefetch_related("zone", "ptr_record")
|
|
42
42
|
|
|
43
43
|
def get_value_records(self, instance):
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
]
|
|
49
|
-
|
|
50
|
-
value_zone = (
|
|
51
|
-
Zone.objects.filter(instance.zone.view_filter, name__in=value_zone_names)
|
|
52
|
-
.order_by(Length("name").desc())
|
|
53
|
-
.first()
|
|
44
|
+
view_filter = (
|
|
45
|
+
Q(zone__view__isnull=True)
|
|
46
|
+
if instance.zone.view is None
|
|
47
|
+
else Q(zone__view=instance.zone.view)
|
|
54
48
|
)
|
|
55
|
-
if not value_zone:
|
|
56
|
-
return None
|
|
57
49
|
|
|
58
|
-
|
|
59
|
-
|
|
50
|
+
value_fqdn = dns_name.from_text(instance.value_fqdn)
|
|
51
|
+
|
|
52
|
+
cname_targets = Record.objects.filter(view_filter, fqdn=value_fqdn)
|
|
60
53
|
|
|
61
54
|
if cname_targets:
|
|
62
55
|
return RelatedRecordTable(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/management/commands/update_soa.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0002_zone_default_ttl.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0009_netbox32.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0011_add_view_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0017_alter_record_ttl.py
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0019_update_ns_ttl.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0020_netbox_3_4.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0025_ipam_coupling_cf.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0028_rfc2317_fields.py
RENAMED
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/migrations/0029_record_fqdn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/contact.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/registrar.html
RENAMED
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/view.html
RENAMED
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone/base.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{netbox_plugin_dns-0.22.8 → netbox_plugin_dns-0.22.9}/netbox_dns/templates/netbox_dns/zone.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|