Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Revert "fix(downtime): cancel BA downtime from downtime page (#9479)"
Browse files Browse the repository at this point in the history
This reverts commit 1db981a.
  • Loading branch information
adr-mo committed Mar 16, 2021
1 parent e184421 commit 3e51c5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/include/monitoring/downtime/listDowntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
$tab_downtime_svc[$i]['service_name_link'] = "p=207&o=d&ba_id="
. $tab_service_bam[$data['service_description']]['id'];
$tab_downtime_svc[$i]['service_description'] = $tab_service_bam[$data['service_description']]['name'];
$tab_downtime_svc[$i]['downtime_type'] = 'SVC';
if ($tab_downtime_svc[$i]['author_name'] == 'Centreon Broker BAM Module') {
$tab_downtime_svc[$i]['scheduled_end_time'] = "Automatic";
$tab_downtime_svc[$i]['duration'] = 'Automatic';
Expand Down

0 comments on commit 3e51c5e

Please sign in to comment.