mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-14 07:42:18 -06:00
8 lines
274 B
HTML
8 lines
274 B
HTML
<div class="modal modal-lg fade" id="htmx-modal" tabindex="-1" aria-hidden="true">
|
|
<div class="modal-dialog{% if size %} modal-{{ size }}{% endif %}">
|
|
<div class="modal-content" id="htmx-modal-content">
|
|
{# Dynamic content goes here #}
|
|
</div>
|
|
</div>
|
|
</div>
|