Create reusable Synology proxy

- Migrate DiskStation and DownloadStation to use new proxy
- Move DiskStation proxy UI logic into component
This commit is contained in:
Jason Fischer 2023-01-29 17:04:36 -08:00
parent 2b3d4b388a
commit e62952c2c1
No known key found for this signature in database
8 changed files with 241 additions and 237 deletions

View file

@ -32,6 +32,7 @@
},
"resources": {
"cpu": "CPU",
"mem": "MEM",
"total": "Total",
"free": "Free",
"used": "Used",
@ -431,10 +432,8 @@
"job_completion": "Completion"
},
"diskstation": {
"uptime": "Uptime",
"volumeUsage": "Volume Usage",
"volumeTotal": "Total size",
"cpuLoad": "CPU Load",
"memoryUsage": "Memory Usage"
"days": "Days",
"uptime": "Uptime",
"volumeAvailable": "Available"
}
}
}