+
+
+ Configuration
+
+
{application.name}
+
+ {#if application.gitSource?.htmlUrl && application.repository && application.branch}
+
-
-
-
-
-
-
Open
+ {#if application.gitSource?.type === 'gitlab'}
+
+ {:else if application.gitSource?.type === 'github'}
+
+ {/if}
+
+
Open on Git
+ {/if}
+
+
+ {#if $location}
+
+
Open
-
- {/if}
+
+ {/if}
- {#if $status.application.isExited}
-
-
-
-
Application exited with an error!
- {/if}
- {#if $status.application.initialLoading}
-
- {:else if $status.application.isRunning}
-
-
Stop
-
-
-
Restart (useful to change secrets)
-
-
- {:else}
-
- {/if}
+
+
+
Force redeploy (without cache)
+
+ {:else}
+
+ {/if}
-
-
-
-
-
Configurations
-
-
-
Secrets
-
-
-
Persistent Storages
- {#if !application.settings.isBot}
+
-
-
Previews
- {/if}
-
-
-
-
-
-
Application Logs
-
-
-
-
-
Build Logs
-
- {#if forceDelete}
-
deleteApplication(application.name, true)}
- type="submit"
- disabled={!$appSession.isAdmin}
- class:bg-red-600={$appSession.isAdmin}
- class:hover:bg-red-500={$appSession.isAdmin}
- class="icons bg-transparent text-sm"
+ Configurations
+
- Force Delete
-
-
Force Delete
- {:else}
-
deleteApplication(application.name, false)}
- type="submit"
- disabled={!$appSession.isAdmin}
- class:hover:text-red-500={$appSession.isAdmin}
- class="icons bg-transparent text-sm"
+
+
-
-
-
Delete
- {/if}
+
Secrets
+
+
+
+
+
Persistent Storages
+ {#if !application.settings.isBot}
+
+
+
+
Previews
+ {/if}
+
+
+
+
+
+
Application Logs
+
+
+
+
+
Build Logs
+
+
+ {#if forceDelete}
+
deleteApplication(application.name, true)}
+ type="submit"
+ disabled={!$appSession.isAdmin}
+ class:bg-red-600={$appSession.isAdmin}
+ class:hover:bg-red-500={$appSession.isAdmin}
+ class="icons bg-transparent text-sm"
+ >
+ Force Delete
+
+
Force Delete
+ {:else}
+
deleteApplication(application.name, false)}
+ type="submit"
+ disabled={!$appSession.isAdmin}
+ class:hover:text-red-500={$appSession.isAdmin}
+ class="icons bg-transparent text-sm"
+ >
+
+
+
Delete
+ {/if}
+