commit version 22.12.12447

This commit is contained in:
2023-01-01 22:36:12 -05:00
parent af1b03d79f
commit b948283a96
744 changed files with 620715 additions and 27381 deletions

View File

@ -29,6 +29,8 @@ foreach ($devices as $device)
{
if (device_permitted($device['device_id']))
{
get_device_graphs($device);
if (!$location_filter || $device['location'] == $location_filter)
{
print_device_row($device, 'status');