Files
urbackup/templates/config/config.html.twig
T

19 lines
785 B
Twig
Raw Normal View History

2026-05-20 09:20:27 +02:00
<form method="post" action="{{ path('urbackup_config') }}">
<div class="center">
<table class="tab_cadre_fixe">
<tr>
2026-05-22 08:29:59 +02:00
<th colspan="2">{{ __('UrBackup configuration', 'urbackup') }}</th>
2026-05-20 09:20:27 +02:00
</tr>
2026-05-22 08:29:59 +02:00
<tr class="tab_bg_1">
<td><strong>{{ __('Computer', 'urbackup') }}</strong></td>
<td><span class="badge bg-success">{{ __('Always enabled', 'urbackup') }}</span></td>
2026-05-20 09:20:27 +02:00
</tr>
</table>
2026-05-22 08:29:59 +02:00
<br>
<div class="alert alert-info">
{{ __('For Asset Definition types, enable/disable UrBackup via Config > Asset definitions > Capacities.', 'urbackup') }}
</div>
2026-05-20 09:20:27 +02:00
</div>
<input type="hidden" name="_glpi_csrf_token" value="{{ csrf_token() }}">
</form>