mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
10 lines
437 B
HTML
10 lines
437 B
HTML
{% extends 'generic/confirmation_form.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}{% trans "Reset Dashboard" %}?{% endblock %}
|
|
|
|
{% block message %}
|
|
<p>{% blocktrans %}This will remove <strong>all</strong> configured widgets and restore the default dashboard configuration.{% endblocktrans %}</p>
|
|
<p>{% blocktrans %}This change affects only <i>your</i> dashboard, and will not impact other users.{% endblocktrans %}</p>
|
|
{% endblock %}
|