feat: add Proxmox Uptime View (#2092)

* feat: add Proxmox Uptime View

* fix: Proxmox Uptime

* fix: Proxmox Uptime

* fix: add env.example, make formattedUptime a constant

* fix: Uptime

* fix: Implement dayjs

* fix: removed unused import

* fix: Uptime
This commit is contained in:
Jason B.
2024-08-01 19:58:47 +02:00
committed by GitHub
parent 68ff84c85a
commit c042c245a3
3 changed files with 38 additions and 21 deletions

View File

@@ -86,7 +86,7 @@
},
"info": {
"uptime": "Uptime",
"uptimeFormat": "{{days}} days, {{hours}} hours",
"uptimeFormat": "{{days}} days, {{hours}} hours, {{minutes}} minutes",
"updates": "Updates Available",
"reboot": "Reboot"
},