2024-08-05 13:02:23 +00:00
< nav wire : poll . 10000 ms = " check_status " >
2024-05-17 06:53:25 +00:00
< x - resources . breadcrumbs : resource = " $application " : parameters = " $parameters " : lastDeploymentInfo = " $lastDeploymentInfo " : lastDeploymentLink = " $lastDeploymentLink " />
2024-01-16 14:19:14 +00:00
< div class = " navbar-main " >
2024-09-16 08:56:11 +00:00
< nav class = " flex flex-shrink-0 gap-6 items-center whitespace-nowrap scrollbar min-h-10 " >
2024-05-05 16:33:52 +00:00
< a href = " { { route('project.application.configuration', $parameters ) }} " >
Configuration
2024-03-24 15:00:25 +00:00
</ a >
2024-05-05 16:33:52 +00:00
< a href = " { { route('project.application.deployment.index', $parameters ) }} " >
< button > Deployments </ button >
</ a >
< a href = " { { route('project.application.logs', $parameters ) }} " >
< button > Logs </ button >
</ a >
@ if ( ! $application -> destination -> server -> isSwarm ())
< a href = " { { route('project.application.command', $parameters ) }} " >
2024-09-16 08:56:11 +00:00
< button > Terminal </ button >
2024-05-05 16:33:52 +00:00
</ a >
@ endif
< x - applications . links : application = " $application " />
</ nav >
2024-09-16 08:56:11 +00:00
< div class = " flex flex-wrap gap-2 items-center " >
2024-04-16 11:14:09 +00:00
@ if ( $application -> build_pack === 'dockercompose' && is_null ( $application -> docker_compose_raw ))
< div > Please load a Compose file .</ div >
@ else
@ if ( ! $application -> destination -> server -> isSwarm ())
2024-08-05 13:02:23 +00:00
< div >
< x - applications . advanced : application = " $application " />
</ div >
2024-04-16 11:14:09 +00:00
@ endif
2024-05-06 11:58:19 +00:00
< div class = " flex flex-wrap gap-2 " >
2024-04-16 11:14:09 +00:00
@ if ( ! str ( $application -> status ) -> startsWith ( 'exited' ))
@ if ( ! $application -> destination -> server -> isSwarm ())
< x - forms . button title = " With rolling update if possible " wire : click = 'deploy' >
< svg xmlns = " http://www.w3.org/2000/svg " class = " w-5 h-5 dark:text-orange-400 "
viewBox = " 0 0 24 24 " stroke - width = " 2 " stroke = " currentColor " fill = " none "
stroke - linecap = " round " stroke - linejoin = " round " >
< path stroke = " none " d = " M0 0h24v24H0z " fill = " none " ></ path >
< path
d = " M10.09 4.01l.496 -.495a2 2 0 0 1 2.828 0l7.071 7.07a2 2 0 0 1 0 2.83l-7.07 7.07a2 2 0 0 1 -2.83 0l-7.07 -7.07a2 2 0 0 1 0 -2.83l3.535 -3.535h-3.988 " >
</ path >
< path d = " M7.05 11.038v-3.988 " ></ path >
2024-03-24 15:00:25 +00:00
</ svg >
2024-04-16 11:14:09 +00:00
Redeploy
2024-03-24 15:00:25 +00:00
</ x - forms . button >
@ endif
2024-04-16 11:14:09 +00:00
@ if ( $application -> build_pack !== 'dockercompose' )
@ if ( $application -> destination -> server -> isSwarm ())
< x - forms . button title = " Redeploy Swarm Service (rolling update) " wire : click = 'deploy' >
< svg class = " w-5 h-5 dark:text-warning " viewBox = " 0 0 24 24 "
xmlns = " http://www.w3.org/2000/svg " >
< g fill = " none " stroke = " currentColor " stroke - linecap = " round "
stroke - linejoin = " round " stroke - width = " 2 " >
< path
d = " M19.933 13.041a8 8 0 1 1-9.925-8.788c3.899-1 7.935 1.007 9.425 4.747 " />
< path d = " M20 4v5h-5 " />
</ g >
</ svg >
Update Service
</ x - forms . button >
@ else
< x - forms . button title = " Restart without rebuilding " wire : click = 'restart' >
< svg class = " w-5 h-5 dark:text-warning " viewBox = " 0 0 24 24 "
xmlns = " http://www.w3.org/2000/svg " >
< g fill = " none " stroke = " currentColor " stroke - linecap = " round "
stroke - linejoin = " round " stroke - width = " 2 " >
< path
d = " M19.933 13.041a8 8 0 1 1-9.925-8.788c3.899-1 7.935 1.007 9.425 4.747 " />
< path d = " M20 4v5h-5 " />
</ g >
</ svg >
Restart
</ x - forms . button >
@ endif
@ endif
2024-09-04 12:54:43 +00:00
< x - modal - confirmation
title = " Confirm Application Stopping? "
buttonTitle = " Stop "
submitAction = " stop "
: checkboxes = " $checkboxes "
: actions = " ['This application will be stopped.', 'If the application is currently in use data could be lost.', 'All non-persistent data of this application (containers, networks, unused images) will be deleted (don \ 't worry, no data is lost and you can start the application again).'] "
: confirmWithText = " false "
: confirmWithPassword = " false "
step1ButtonText = " Continue Stopping Application "
step2ButtonText = " Stop Application "
: dispatchEvent = " true "
dispatchEventType = " stopEvent "
>
2024-04-16 11:14:09 +00:00
< x - slot : button - title >
< svg xmlns = " http://www.w3.org/2000/svg " class = " w-5 h-5 text-error " viewBox = " 0 0 24 24 "
stroke - width = " 2 " stroke = " currentColor " fill = " none " stroke - linecap = " round "
stroke - linejoin = " round " >
< path stroke = " none " d = " M0 0h24v24H0z " fill = " none " ></ path >
< path
d = " M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z " >
</ path >
< path
d = " M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z " >
</ path >
</ svg >
Stop
</ x - slot : button - title >
</ x - modal - confirmation >
@ else
< x - forms . button wire : click = 'deploy' >
< svg xmlns = " http://www.w3.org/2000/svg " class = " w-5 h-5 dark:text-warning "
viewBox = " 0 0 24 24 " stroke - width = " 1.5 " stroke = " currentColor " fill = " none "
stroke - linecap = " round " stroke - linejoin = " round " >
< path stroke = " none " d = " M0 0h24v24H0z " fill = " none " />
< path d = " M7 4v16l13 -8z " />
2024-04-16 08:16:28 +00:00
</ svg >
2024-04-16 11:14:09 +00:00
Deploy
</ x - forms . button >
@ endif
</ div >
@ endif
</ div >
2024-05-05 16:33:52 +00:00
2024-01-16 14:19:14 +00:00
</ div >
2024-04-16 08:16:28 +00:00
@ script
< script >
$wire . $on ( 'stopEvent' , () => {
$wire . $dispatch ( 'info' , 'Stopping application.' );
$wire . $call ( 'stop' );
});
</ script >
@ endscript
2023-06-30 08:49:00 +00:00
</ nav >