Fix planned downtime string

This commit is contained in:
Calvo 2023-08-28 10:43:06 +02:00
parent ebca7ef9e6
commit 32d67361b4

View File

@ -89,7 +89,7 @@ if (is_ajax() === true) {
[ [
'id' => 'agent_modules_affected_planned_downtime', 'id' => 'agent_modules_affected_planned_downtime',
'class' => 'info_table', 'class' => 'info_table',
'style' => 'width: 100%', 'style' => 'width: 99%',
'columns' => $columns, 'columns' => $columns,
'column_names' => $column_names, 'column_names' => $column_names,
'ajax_url' => 'godmode/agentes/planned_downtime.list', 'ajax_url' => 'godmode/agentes/planned_downtime.list',
@ -730,7 +730,7 @@ if ($downtimes === false && $filter_performed === false) {
$table->cellstyle = []; $table->cellstyle = [];
$table->head = []; $table->head = [];
$table->head['name'] = __('Name #Ag.'); $table->head['name'] = __('Name (Ag.)');
$table->head['description'] = __('Description'); $table->head['description'] = __('Description');
$table->head['group'] = __('Group'); $table->head['group'] = __('Group');
$table->head['type'] = __('Type'); $table->head['type'] = __('Type');