EVOLUTION-MANAGER
Edit File: reset-config-link.template
{% if toggle_modal then %} <button class="btn btn-danger" data-bs-target="#{{ modal_id }}" data-bs-toggle="modal" {* ( hidden and [[style="display: none"]] or '')*}> <i class='fas fa-undo-alt'></i> {{ i18n('config_scripts.config_reset') }} </a> {% else %} <a class="btn btn-danger" href="{{ href }}" {{ (id and "id='"..id.."'" or '') }}> <i class='fas fa-undo-alt'></i> {{ i18n('config_scripts.config_reset') }} </a> {% end %}