Skip to content

Commit

Permalink
DowntimeCard: Remove not in use code
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Sep 1, 2023
1 parent 04cb8d0 commit e7d4e13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/Icingadb/Widget/Detail/DowntimeCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Icinga\Module\Icingadb\Widget\Detail;

use Icinga\Application\Icinga;
use Icinga\Module\Icingadb\Model\Downtime;
use Icinga\Util\Csp;
use ipl\Html\Attributes;
Expand Down Expand Up @@ -97,9 +96,6 @@ protected function assemble()
->addFor($markerFlexStart, ['left' => sprintf('%F%%', $flexStartLeft)])
->addFor($markerFlexEnd, ['left' => sprintf('%F%%', $flexEndLeft)]);

$markerStart->getAttributes()->remove('class', 'highlighted'); // TODO: class was never set??
$markerEnd->getAttributes()->remove('class', 'highlighted');

$scheduledEndBubble = new HtmlElement(
'li',
null,
Expand Down

0 comments on commit e7d4e13

Please sign in to comment.