HTML Cleanup

Extra quote and semicolon
This commit is contained in:
Sylvan Miles
2019-04-08 11:15:32 -05:00
parent e7ba1b195f
commit 6a956916fc
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -39,3 +39,6 @@ _ide_helper_models.php
########
out
librenms_theme
librenms-docker/docker-compose.yml
librenms-docker/librenms.env
laradock-lnms/

View File

@@ -30,7 +30,7 @@ $pagetitle[] = 'Oxidized';
<thead>
<tr>
<th data-column-id="hostname" data-order="desc">Hostname</th>
<th data-column-id="sysname" data-visible=" <?php echo (!Config::get('force_ip_to_sysname') ? 'true' : 'false') ?>">SysName</th>";
<th data-column-id="sysname" data-visible=" <?php echo (!Config::get('force_ip_to_sysname') ? 'true' : 'false') ?>">SysName</th>
<th data-column-id="last_status">Last Status</th>
<th data-column-id="last_update">Last Update</th>
<th data-column-id="model">Model</th>