Skip to content

Commit 2ed5a18

Browse files
committed
feat: Improve description of sleeping state
1 parent a2a4aa7 commit 2ed5a18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dashboard/src/components/templates/app/AppDeployInfo.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ const AppDeployInfo: Component<{
160160
<Show when={deploymentState(props.app) !== ApplicationState.Running}>
161161
<List.RowData>現在アプリが起動していないためSSHアクセスはできません</List.RowData>
162162
</Show>
163+
<Show when={deploymentState(props.app) === ApplicationState.Sleeping}>
164+
<List.RowData class='RowData'>アプリのURLにアクセスがあった場合、自動的に起動します</List.RowData>
165+
</Show>
163166
</List.RowContent>
164167
</DeployInfoContainer>
165168
</Show>

0 commit comments

Comments
 (0)