This commit is contained in:
Flaminel
2025-05-16 20:05:21 +03:00
parent 46ef6123cc
commit bc1da2113c
32 changed files with 421 additions and 811 deletions

View File

@@ -117,7 +117,6 @@ public class StatusController : ControllerBase
client.Name,
client.Type,
client.Host,
client.Port,
client.Enabled,
IsConnected = client.Enabled, // We can't check connection status without implementing test methods
});