fix html validation errors

pull/3034/head
Isaac Connor 2020-09-02 17:32:24 -04:00
parent c2760ef768
commit a6ad57b393
1 changed files with 3 additions and 3 deletions

View File

@ -385,8 +385,8 @@ echo getNavBarHTML();
?>
<div id="page" class="container-fluid">
<div id="" class="row flex-nowrap">
<nav id=""> <!-- BEGIN PILL LIST -->
<div class="row flex-nowrap">
<nav> <!-- BEGIN PILL LIST -->
<ul class="pillList nav nav-pills flex-column h-100">
<?php
$tabs = array();
@ -437,7 +437,7 @@ if ( canEdit('Monitors') ) {
<?php
}
?>
<div id="">
<div>
<button id="probeBtn" class="btn btn-normal" data-mid="<?php echo $monitor->Id() ?>" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Probe') ?>" ><i class="fa fa-rss-square"></i></button>
<button id="onvifBtn" class="btn btn-normal" data-mid="<?php echo $monitor->Id() ?>" data-toggle="tooltip" data-placement="top" title="<?php echo translate('OnvifProbe') ?>" ><i class="fa fa-rss"></i></button>
<button id="presetBtn" class="btn btn-normal" data-mid="<?php echo $monitor->Id() ?>" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Presets') ?>" ><i class="fa fa-list-ol"></i></button>