Skip to content

Commit

Permalink
feat: Improve description of sleeping state
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Jan 7, 2025
1 parent a2a4aa7 commit 4befd1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dashboard/src/components/templates/app/AppDeployInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ const AppDeployInfo: Component<{
<Show when={deploymentState(props.app) !== ApplicationState.Running}>
<List.RowData>現在アプリが起動していないためSSHアクセスはできません</List.RowData>
</Show>
<Show when={deploymentState(props.app) === ApplicationState.Sleeping}>
<List.RowData class="RowData">アプリのURLにアクセスがあった場合、自動的に起動します</List.RowData>
</Show>
</List.RowContent>
</DeployInfoContainer>
</Show>
Expand Down

0 comments on commit 4befd1a

Please sign in to comment.