mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 10:38:50 -05:00
Add events
This commit is contained in:
@@ -166,6 +166,9 @@ if ($found && $mac_list[$mac]['enable'] == "enable") {
|
||||
}
|
||||
break;
|
||||
}
|
||||
} else echo "Not Found $mac ignoring";
|
||||
} else {
|
||||
if ($mac_list[$mac]['enable'] == "disable") echo "Not Found $mac set to disabled";
|
||||
else echo "Not Found $mac ignoring or Maybe actions disabled for type(Docker/VM/LXC)";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user