소스 수정
This commit is contained in:
@@ -163,10 +163,10 @@ async function getServerDashboard() {
|
||||
|
||||
// 서버 목록
|
||||
const servers = await query(`
|
||||
SELECT target_id, name as server_name, is_active
|
||||
SELECT target_id, server_name, is_active
|
||||
FROM server_targets
|
||||
WHERE is_active = 1
|
||||
ORDER BY name
|
||||
ORDER BY server_name
|
||||
`)
|
||||
|
||||
const serverStatuses: any[] = []
|
||||
|
||||
Reference in New Issue
Block a user