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

#9416: Add view to reset user's dashboard

This commit is contained in:
jeremystretch
2023-03-30 12:46:06 -04:00
parent 6e6e8fa2d9
commit 90527b799d
4 changed files with 58 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'generic/confirmation_form.html' %}
{% block title %}Reset Dashboard?{% endblock %}
{% block message %}
<p>This will remove <strong>all</strong> configured widgets and restore the default dashboard configuration.</p>
<p>This change affects on <i>your</i> dashboard, and will not impact other users.</p>
{% endblock %}