Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion netbox/templates/extras/dashboard/widgets/objectlist.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load i18n %}
{% if htmx_url and has_permission %}
<div class="htmx-container" hx-get="{{ htmx_url }}" hx-trigger="load" hx-target="this" hx-select="table" hx-swap="innerHTML"></div>
<div class="htmx-container" hx-get="{{ htmx_url }}" hx-trigger="load" hx-target="this" hx-swap="innerHTML"></div>
{% elif htmx_url %}
<div class="text-muted text-center">
<i class="mdi mdi-lock-outline"></i> {% trans "No permission to view this content" %}.
Expand Down
2 changes: 1 addition & 1 deletion netbox/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4 class="alert-title">{% trans "New Release Available" %}</h4>

{% block page %}
{# Render the user's customized dashboard #}
<div class="grid-stack m-2" id="dashboard">
<div class="grid-stack m-2" id="dashboard" hx-disinherit="*">
{% for widget in dashboard %}
{% include 'extras/dashboard/widget.html' %}
{% endfor %}
Expand Down