mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
HTML Cleanup
Extra quote and semicolon
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -39,3 +39,6 @@ _ide_helper_models.php
|
||||
########
|
||||
out
|
||||
librenms_theme
|
||||
librenms-docker/docker-compose.yml
|
||||
librenms-docker/librenms.env
|
||||
laradock-lnms/
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user