19 lines
785 B
Twig
19 lines
785 B
Twig
<form method="post" action="{{ path('urbackup_config') }}">
|
|
<div class="center">
|
|
<table class="tab_cadre_fixe">
|
|
<tr>
|
|
<th colspan="2">{{ __('UrBackup configuration', 'urbackup') }}</th>
|
|
</tr>
|
|
<tr class="tab_bg_1">
|
|
<td><strong>{{ __('Computer', 'urbackup') }}</strong></td>
|
|
<td><span class="badge bg-success">{{ __('Always enabled', 'urbackup') }}</span></td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<div class="alert alert-info">
|
|
{{ __('For Asset Definition types, enable/disable UrBackup via Config > Asset definitions > Capacities.', 'urbackup') }}
|
|
</div>
|
|
</div>
|
|
<input type="hidden" name="_glpi_csrf_token" value="{{ csrf_token() }}">
|
|
</form>
|