ArnesSI / netbox-inventory

Manage your hardware inventory in NetBox
MIT License
205 stars 21 forks source link

use htmx to include asset table on detail views #129

Closed matejv closed 1 year ago

matejv commented 1 year ago

Instead of creating tables in view and rendering in template, we include tables using HTMX. Initial page load will be faster since additional tables load in background.

This is what core netbox moved to in most detail views.

also fixes #126