{% extends "app_home/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_home/_sidebar.html' %} {% endblock %} {% block title %}

{% translate "Admin tools" %}

{% translate "Maintenance and dangerous operations — use with care." %}

{% endblock %} {% block content %}
{% translate "Maintenance" %}
{% translate "Counters" %}
{% translate "Update schema counters and bigset status." %}
{% translate "EAV Refresh" %}
{% translate "Rebuild the EAV cache from current data." %}
{% translate "EAV Purge" %}
{% translate "Delete the EAV cache; rebuilt automatically on next use." %}
{% translate "IPAM Refresh" %}
{% translate "Scan the EAV cache and create ipam_ip entries for every pure IPv4 value found." %}
{% translate "Global housekeeping" %}
{% translate "Run the daily maintenance job now (log purge, session cleanup, EAV refresh/purge, IPAM refresh, revision purge, task and filestore cleanup)." %}
{% translate "Revision history" %}
{% translate "View and manage data revision tracking." %}
{% translate "View" %}
{% if BETA_PREVIEW == "yes" %}
{% translate "Beta / Preview" %}
{% translate "UI Prototypes" %}
{% translate "Bootstrap5 component gallery — reference pool for UI redesign iteration." %}
{% translate "View" %}
{% endif %}
{% translate "Danger zone" %}
{% translate "Factory reset" %}
{% translate "Empty the database — schemas, instances, users, groups. All data is removed." %}
{% endblock %}