Merge branch 'ent-3605-Informe_de_servicios_casca_con_paradas_planificadas' into 'develop'

fixed errors SLA With planned downtime

See merge request artica/pandorafms!2232

Former-commit-id: 6e38f88f9b06e38e5fa1cb8dc770a410a04ba249
This commit is contained in:
Daniel Rodriguez 2019-03-08 12:14:55 +01:00
commit eb1917eed3
2 changed files with 364 additions and 205 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4752,7 +4752,10 @@ function reporting_html_planned_downtimes_table($planned_downtimes)
$table = new StdClass(); $table = new StdClass();
$table->width = '99%'; $table->width = '99%';
$table->title = __('This SLA has been affected by the following planned downtimes'); $table->title = __('This SLA has been affected by the following planned downtimes').ui_print_help_tip(
__('If the duration of the planned downtime is less than 5 minutes it will not be represented in the graph'),
true
);
$table->head = []; $table->head = [];
$table->head[0] = __('Name'); $table->head[0] = __('Name');
$table->head[1] = __('Description'); $table->head[1] = __('Description');