user managment now shows to which station users with the user group station are binded

This commit is contained in:
2022-06-09 22:23:10 +02:00
parent 1197c6e07f
commit 3c613cca33
3 changed files with 3 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ function load_users($con) {
echo "<tr>\n";
echo "<td>" . $row['user_name'] . "</td>\n";
echo "<td>" . $row['user_group'] . "</td>\n";
echo "<td>" . $row['s_id'] . "</td>\n";
echo "</tr>\n";
}
}