mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Fiedx issues with new config init (#8242)
* Fix non-config defaults * update processConfig and remove file
This commit is contained in:
committed by
Neil Lathwood
parent
16424ef3a4
commit
561846a44b
@@ -2,9 +2,9 @@
|
||||
|
||||
// fixme new url format
|
||||
if (is_integer($i / 2)) {
|
||||
$bg_colour = $list_colour_a;
|
||||
$bg_colour = $config['list_colour']['even'];
|
||||
} else {
|
||||
$bg_colour = $list_colour_b;
|
||||
$bg_colour = $config['list_colour']['odd'];
|
||||
}
|
||||
|
||||
echo "<tr bgcolor='$bg_colour'>";
|
||||
|
Reference in New Issue
Block a user