جزییات
This commit is contained in:
parent
96ae21258a
commit
ad26943f0d
|
|
@ -109,7 +109,7 @@ This document describes the exact implementation of the login page based on the
|
||||||
داشبورد مدیریت فناوری و نوآوری
|
داشبورد مدیریت فناوری و نوآوری
|
||||||
</h2>
|
</h2>
|
||||||
<p className="text-gray-300 text-sm font-persian leading-relaxed">
|
<p className="text-gray-300 text-sm font-persian leading-relaxed">
|
||||||
لطفاً نام کاربری و پسورد خود را وارد فهرست خواسته شده وارد
|
لطفاً نام کاربری و کلمه عبور خود را وارد فهرست خواسته شده وارد
|
||||||
<br />
|
<br />
|
||||||
فرمایید.
|
فرمایید.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ export function ProcessInnovationPage() {
|
||||||
stats.productionStopsPreventionSum.toFixed?.(1) ??
|
stats.productionStopsPreventionSum.toFixed?.(1) ??
|
||||||
stats.productionStopsPreventionSum,
|
stats.productionStopsPreventionSum,
|
||||||
),
|
),
|
||||||
description: "ظرفیت افزایش یافته",
|
description: "تن افزایش یافته",
|
||||||
icon: <CirclePause />,
|
icon: <CirclePause />,
|
||||||
color: "text-emerald-400",
|
color: "text-emerald-400",
|
||||||
},
|
},
|
||||||
|
|
@ -196,7 +196,7 @@ export function ProcessInnovationPage() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "frequent-failures-reduction",
|
id: "frequent-failures-reduction",
|
||||||
title: "کاهش خرابیهای پرتکرار",
|
title: "کاهش خرابی های پرتکرار",
|
||||||
value: formatNumber(
|
value: formatNumber(
|
||||||
stats.frequentFailuresReductionSum.toFixed?.(1) ??
|
stats.frequentFailuresReductionSum.toFixed?.(1) ??
|
||||||
stats.frequentFailuresReductionSum,
|
stats.frequentFailuresReductionSum,
|
||||||
|
|
|
||||||
|
|
@ -368,7 +368,7 @@ export function Sidebar({
|
||||||
/>
|
/>
|
||||||
<div className="font-persian">
|
<div className="font-persian">
|
||||||
<div className="text-sm font-semibold text-white">
|
<div className="text-sm font-semibold text-white">
|
||||||
سیستم اینوژن
|
داشبورد اینوژن
|
||||||
</div>
|
</div>
|
||||||
<div className="text-xs text-gray-400">نسخه ۰.۱</div>
|
<div className="text-xs text-gray-400">نسخه ۰.۱</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user