uptime label

This commit is contained in:
Michael Shamoon 2022-10-05 21:44:15 -07:00
parent 5ba75bc62d
commit 952f0295cc
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
},
"unifi": {
"users": "Users",
"status": "Status",
"uptime": "System Uptime",
"days": "Days",
"wan": "WAN",
"wait": "Please wait"

View file

@ -52,7 +52,7 @@ export default function Widget({ options }) {
</div>
</div>
<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">
{t("common.number", {
value: data.uptime / 86400,