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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user