1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #11753: Avoid re-initializing SlimSelects

This commit is contained in:
jeremystretch
2023-02-25 12:04:57 -05:00
parent 64291f731b
commit e4e4d0c0ec
8 changed files with 15 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
{% block content-wrapper %}
{# Render the user's customized dashboard #}
<div class="grid-stack">
<div class="grid-stack" id="dashboard">
{% for widget in dashboard %}
{% include 'extras/dashboard/widget.html' %}
{% endfor %}