uxowe i funkcjonalne
This commit is contained in:
@@ -911,7 +911,7 @@ function LiveSectionVisibilityPanel({ language, selected, onChange }: { language
|
|||||||
const items: Array<{ id: LiveWidgetId; label: string }> = [
|
const items: Array<{ id: LiveWidgetId; label: string }> = [
|
||||||
{ id: "hero", label: language === "en" ? "Hero" : "Hero" },
|
{ id: "hero", label: language === "en" ? "Hero" : "Hero" },
|
||||||
{ id: "quickMetrics", label: t(language, "quickMetrics") },
|
{ id: "quickMetrics", label: t(language, "quickMetrics") },
|
||||||
{ id: "history", label: t(language, "chartPowerHistory") },
|
{ id: "history", label: t(language, "kioskCharts") },
|
||||||
{ id: "status", label: t(language, "systemStatus") },
|
{ id: "status", label: t(language, "systemStatus") },
|
||||||
{ id: "strings", label: t(language, "strings") },
|
{ id: "strings", label: t(language, "strings") },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user