Hypervisor added for #260

This commit is contained in:
Jokob-sk
2023-06-24 07:09:02 +10:00
parent a318a15cad
commit c61a5bedcf
6 changed files with 9 additions and 8 deletions

View File

@@ -381,11 +381,11 @@ function handleNull ($text, $default = "") {
}
// -------------------------------------------------------------------------------------------
// Currently unused - should be source of truth for network types (or define somewhere else?)
function getNetworkTypes(){
$array = array(
"AP", "Gateway", "Firewall", "Powerline", "Switch", "WLAN", "PLC", "Router","USB LAN Adapter", "USB WIFI Adapter"
"AP", "Gateway", "Firewall", "Hypervisor", "Powerline", "Switch", "WLAN", "PLC", "Router","USB LAN Adapter", "USB WIFI Adapter"
);
return $array;