mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 23:38:46 +00:00
uptime label
This commit is contained in:
parent
5ba75bc62d
commit
952f0295cc
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"unifi": {
|
"unifi": {
|
||||||
"users": "Users",
|
"users": "Users",
|
||||||
"status": "Status",
|
"uptime": "System Uptime",
|
||||||
"days": "Days",
|
"days": "Days",
|
||||||
"wan": "WAN",
|
"wan": "WAN",
|
||||||
"wait": "Please wait"
|
"wait": "Please wait"
|
||||||
|
|
|
@ -52,7 +52,7 @@ export default function Widget({ options }) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-row ml-3 text-[10px] justify-between">
|
<div className="flex flex-row ml-3 text-[10px] justify-between">
|
||||||
<div className="flex flex-row">
|
<div className="flex flex-row" title={t("unifi.uptime")}>
|
||||||
<div className="pr-0.5 text-theme-800 dark:text-theme-200">
|
<div className="pr-0.5 text-theme-800 dark:text-theme-200">
|
||||||
{t("common.number", {
|
{t("common.number", {
|
||||||
value: data.uptime / 86400,
|
value: data.uptime / 86400,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue