peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
196 stars 17 forks source link

Page button on Zone Records tab not working #6

Closed peterbaumert closed 1 year ago

peterbaumert commented 1 year ago

When i go to NetBox DNS > Zones > (choose a zone) > Records tab and then click on the Page 2 or "next" nothing happens.

image

Seems like

<div class="card-body" id="object_list">
</div>

should be

<div class="card-body htmx-container" id="object_list">
</div>
peteeckel commented 1 year ago

Hi @peterbaumert, thanks for raising this - it worked in NetBox 3.4.x/NetBox DNS 0.17.0, but I remember some mention in the release notes of NetBox 3.5 that referred to changes in some templates of NetBox and HTMX.

Unfortunately (or fortunately, depending on how you look at it :-)) I'm currently on vacation, so it might take me a couple of days to verify this and prepare a new release. I'll probably have to scrutinise all other templates for reoccurrences of the same issue.