Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1b42a1

Browse files
authored
fix(site): show workspace start button when require active version is enabled (#13482)
1 parent8f62311 commitf1b42a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎site/src/pages/WorkspacePage/WorkspaceActions/WorkspaceActions.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ export const WorkspaceActions: FC<WorkspaceActionsProps> = ({
172172
</>
173173
)}
174174

175+
{!canBeUpdated&&
176+
workspace.template_require_active_version&&
177+
buttonMapping.start}
178+
175179
{isRestarting
176180
?buttonMapping.restarting
177181
:actions.map((action)=>(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp