mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 05:21:40 -07:00
feat: i18n words
This commit is contained in:
parent
3d67022b38
commit
83502755d7
3 changed files with 7 additions and 7 deletions
|
@ -97,13 +97,13 @@ function NetworkMembers({ network }) {
|
|||
},
|
||||
{
|
||||
id: "ips",
|
||||
name: t("ips"),
|
||||
name: t("managedIPs"),
|
||||
minWidth: "220px",
|
||||
cell: (row) => <ManagedIP member={row} handleChange={handleChange} />,
|
||||
},
|
||||
{
|
||||
id: "status",
|
||||
name: t("status"),
|
||||
id: "lastSeen",
|
||||
name: t("lastSeen"),
|
||||
minWidth: "100px",
|
||||
cell: (row) =>
|
||||
row.online === 1 ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue