add tip SLA Services

Former-commit-id: da452d98c0b3b43d36c4c53de70df762f6530c8d
This commit is contained in:
daniel 2019-03-01 14:26:25 +01:00
parent 02ff69ea0b
commit c5a5df01f6
1 changed files with 4 additions and 1 deletions

View File

@ -4752,7 +4752,10 @@ function reporting_html_planned_downtimes_table($planned_downtimes)
$table = new StdClass();
$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[0] = __('Name');
$table->head[1] = __('Description');