We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207c80f commit 450b3e1Copy full SHA for 450b3e1
site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx
@@ -99,8 +99,8 @@ const WorkspaceSchedulePage: FC = () => {
99
{template &&
100
(workspace.is_prebuild ? (
101
<Alert severity="info">
102
- Prebuilt workspaces ignore workspace-level scheduling until they are claimed.
103
- For prebuilt workspace specific scheduling refer to the{" "}
+ Prebuilt workspaces ignore workspace-level scheduling until they are
+ claimed. For prebuilt workspace specific scheduling refer to the{" "}
104
<Link
105
title="Prebuilt Workspaces Scheduling"
106
href={docs(
0 commit comments