add comments

This commit is contained in:
Oliver Gorwits
2019-08-23 09:25:17 +01:00
parent 8a66cf91af
commit 86daf7174d
3 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ get '/ajax/content/device/ports' => require_login sub {
});
}
delete $port_state{free};
# showing free ports requires showing down ports
++$port_state{down};
}