mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-24 04:22:41 -06:00
Replace EmbeddedTablePanel with ObjectsTablePanel
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{% extends "ui/panels/_base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{# TODO: Add "attach an image" button in panel header #}
|
||||
{% block panel_content %}
|
||||
{% htmx_table 'extras:imageattachment_list' object_type_id=object|content_type_id object_id=object.pk %}
|
||||
{% endblock panel_content %}
|
||||
5
netbox/templates/ui/panels/objects_table.html
Normal file
5
netbox/templates/ui/panels/objects_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