Skip to content

Commit d3ccf45

Browse files
authored
removed unused css in camera select
1 parent f1cdd0a commit d3ccf45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

desktop/modal/event.modal.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@
5252
} else {
5353
// Liste des caméras
5454
echo '<select class="eventAttr col-sm-8" data-l1key="camera">';
55-
echo '<div class="eqLogicThumbnailContainer">';
5655
foreach ($eqLogics as $eqLogic) {
5756
$cameraOption = $eqLogic->getName();
5857
$cameraValue = $eqLogic->getConfiguration('name');
5958
if ($cameraOption !== 'Events' && $cameraOption !== 'Statistiques') {
6059
echo '<option value="' . $cameraValue . '">' . $cameraOption . '</option>';
6160
}
6261
}
63-
echo '</div>';
6462
echo '</select>';
6563
}
6664
?>
@@ -95,4 +93,4 @@
9593
<?php include_file('desktop', 'select2', 'css', 'frigate'); ?>
9694
<?php include_file('desktop', 'select2.custom', 'css', 'frigate'); ?>
9795
<?php include_file('desktop', 'select2', 'js', 'frigate'); ?>
98-
<?php include_file('desktop', 'modal_event', 'js', 'frigate'); ?>
96+
<?php include_file('desktop', 'modal_event', 'js', 'frigate'); ?>

0 commit comments

Comments
 (0)