mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-05 11:46:50 -06:00
Add EmbeddedTablePanel
This commit is contained in:
5
netbox/templates/ui/panels/embedded_table.html
Normal file
5
netbox/templates/ui/panels/embedded_table.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "ui/panels/_base.html" %}
|
||||
|
||||
{% block panel_content %}
|
||||
{% include 'builtins/htmx_table.html' %}
|
||||
{% endblock panel_content %}
|
||||
Reference in New Issue
Block a user