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 a2a4aa7 commit 2ed5a18Copy full SHA for 2ed5a18
dashboard/src/components/templates/app/AppDeployInfo.tsx
@@ -160,6 +160,9 @@ const AppDeployInfo: Component<{
160
<Show when={deploymentState(props.app) !== ApplicationState.Running}>
161
<List.RowData>現在アプリが起動していないためSSHアクセスはできません</List.RowData>
162
</Show>
163
+ <Show when={deploymentState(props.app) === ApplicationState.Sleeping}>
164
+ <List.RowData class='RowData'>アプリのURLにアクセスがあった場合、自動的に起動します</List.RowData>
165
+ </Show>
166
</List.RowContent>
167
</DeployInfoContainer>
168
0 commit comments