remove monitors;

add command for restart/close server
This commit is contained in:
Yu Sun
2022-08-16 00:41:31 +08:00
parent 6f28d923d2
commit 0ed5eddd9a
5 changed files with 81 additions and 86 deletions

View File

@@ -128,7 +128,7 @@ class EConfigure {
function get_device_list() {
$res = pg_query($this -> dbconn, sprintf(
"SELECT id, name, status FROM hf_mes_scada_edgeserver_controller_device
"SELECT id, name FROM hf_mes_scada_edgeserver_controller_device
WHERE server_id = '%s'",
$this -> get['id']
));