diff --git a/frontend/app/components/ClusterSettings.jsx b/frontend/app/components/ClusterSettings.jsx index f3ad435..605719d 100644 --- a/frontend/app/components/ClusterSettings.jsx +++ b/frontend/app/components/ClusterSettings.jsx @@ -269,7 +269,7 @@ export default function ClusterSettingsPage() { expectedTime, bad, good, - position + position: Number(position) }) }); @@ -370,7 +370,7 @@ export default function ClusterSettingsPage() {
{step.description}
- > - )} -+
No overview available
) : ( diff --git a/frontend/app/components/PersonalSchedule.jsx b/frontend/app/components/PersonalSchedule.jsx index 12e4ec1..8e0f565 100644 --- a/frontend/app/components/PersonalSchedule.jsx +++ b/frontend/app/components/PersonalSchedule.jsx @@ -219,7 +219,7 @@ export default function PersonalSchedule() { Checks are not open yet. Please come back during the allocated time window. ) : !canComplete ? ( - + You are outside of the allocated time window for checks. Speak to your manager or system administrator. diff --git a/frontend/app/components/PoolSettingsPage.jsx b/frontend/app/components/PoolSettingsPage.jsx index e0a5028..31464d9 100644 --- a/frontend/app/components/PoolSettingsPage.jsx +++ b/frontend/app/components/PoolSettingsPage.jsx @@ -146,7 +146,9 @@ export default function PoolClustersPage() { Manage clusters assigned to this pool. -id: {pool.id}
++ id: {pool.id} +
id: {team.id}
++ id: {team.id} +