mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 08:02:05 +02:00
$subformat was being set rather than checked in if statement
Line 266, changed = to == so the if statement works.
This commit is contained in:
@@ -263,7 +263,7 @@ if($format == "graph")
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
echo('<table cellspacing="0" class="devicetable sortable" width="100%">');
|
echo('<table cellspacing="0" class="devicetable sortable" width="100%">');
|
||||||
if ($subformat = "detail")
|
if ($subformat == "detail")
|
||||||
{
|
{
|
||||||
echo('<tr class="tablehead">
|
echo('<tr class="tablehead">
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user