mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-09-20 13:47:05 +00:00
i18n: zjednotené VM a LXC v Aplikáciách
This commit is contained in:
@@ -640,7 +640,7 @@ function AppCard({
|
||||
if (link.customId) onEditCustom(link.customId)
|
||||
}
|
||||
|
||||
const guestPrefix = link.guestType === "qemu" ? "VM" : "CT"
|
||||
const guestPrefix = link.guestType === "qemu" ? "VM" : "LXC"
|
||||
const hasBinding = link.vmid != null
|
||||
|
||||
return (
|
||||
|
||||
@@ -258,7 +258,7 @@ export function CustomLinkEditor({
|
||||
<SelectItem value={UNBOUND_KEY}>{t("apps.customLinkBindingNone")}</SelectItem>
|
||||
{sortedGuests.map((g) => (
|
||||
<SelectItem key={`${g.type}:${g.vmid}`} value={`${g.type}:${g.vmid}`}>
|
||||
{g.type === "qemu" ? "VM" : "CT"} {g.vmid} · {g.name}
|
||||
{g.type === "qemu" ? "VM" : "LXC"} {g.vmid} · {g.name}
|
||||
</SelectItem>
|
||||
))}
|
||||
</SelectContent>
|
||||
|
||||
Reference in New Issue
Block a user