refactor(serverlist): refactored to also show uptime and other info about the server

This commit is contained in:
2025-10-31 07:14:11 -05:00
parent d60c08a281
commit e1e659f9b1
8 changed files with 205 additions and 23 deletions

View File

@@ -16,11 +16,11 @@ headers {
body:json {
{
"name": "Bowling Green 2",
"serverDNS": "USBOW2VMS006",
"plantToken": "usbow2",
"ipAddress": "10.30.0.26",
"greatPlainsPlantCode": 0,
"name": "Bowling Green 1",
"serverDNS": "USBOW1VS006",
"plantToken": "usbow1",
"ipAddress": "10.25.0.26",
"greatPlainsPlantCode": 55,
"lstServerPort": 4000,
"serverLoc": "E$\\LST"
}
@@ -28,4 +28,5 @@ body:json {
settings {
encodeUrl: true
timeout: 0
}