Fixed a minor sintax error - #3611

Former-commit-id: 75ba583e8d060887c80eb32fd648157d2c4428bd
This commit is contained in:
Tatiana Llorente 2019-05-13 15:54:06 +02:00
parent e6fa42ddca
commit b6e8578d1d

View File

@ -504,24 +504,23 @@ if (enterprise_installed()) {
__('Delete this conf file implies that for restore you must reactive remote config in the local agent.'),
true
);
}
} else {
} else {
$table_adv_remote .= '<em>'.__('Not available').'</em>';
}
}
$table_adv_remote .= '</div>';
$cps_array[-1] = __('Disabled');
if ($cps > 0) {
if ($cps > 0) {
$cps_array[$cps] = __('Enabled');
} else {
} else {
$cps_inc = 0;
if ($id_agente) {
$cps_inc = service_agents_cps($id_agente);
}
$cps_array[$cps_inc] = __('Enabled');
}
}
$table_adv_cascade = '<div class="label_select"><p class="input_label">'.__('Cascade protection services').': ';
$table_adv_cascade .= ui_print_help_tip(__('Disable the alerts and events of the elements that belong to this service'), true).'</p>';