change service table id
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-19 14:15:58 +01:00
parent 594a430eb9
commit 7377f5290c

View File

@@ -127,7 +127,7 @@ function get_vpn_url($domain,$passkey) {
}
function show_service($name, $containers) {
$str = '<table id="'.$name.'">';
$str = '<table id="service_'.$name.'">';
$str .= "<tr><th>{$name}</th></tr>";
$containers = trim($containers);
$arr = explode("|",$containers);