This commit is contained in:
Oliver Gorwits
2019-08-19 22:57:03 +01:00
parent fcd07452c4
commit 4c1d5d672d

View File

@@ -82,6 +82,7 @@ get '/ajax/content/device/ports' => require_login sub {
}); });
} }
delete $port_state{free}; delete $port_state{free};
++$port_state{down};
} }
if (scalar keys %port_state < 3) { if (scalar keys %port_state < 3) {