mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed detail/basic view code so this now runs correctly
Added || $subformat == "basic" to if statement that checked for just details view before.
This commit is contained in:
@@ -263,7 +263,7 @@ if($format == "graph")
|
||||
} else {
|
||||
|
||||
echo('<table cellspacing="0" class="devicetable sortable" width="100%">');
|
||||
if ($subformat == "detail")
|
||||
if ($subformat == "detail" || $subformat == "basic")
|
||||
{
|
||||
echo('<tr class="tablehead">
|
||||
<th></th>
|
||||
|
Reference in New Issue
Block a user