File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
frontend/src/routes/(app)/containers Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 426426
427427 {#if project && serviceComposeSource }
428428 <Tabs .Content value =" compose" class =" h-full min-h-0" >
429- <ContainerComposePanel
430- {project }
431- serviceName ={composeServiceName }
432- includeFile ={serviceComposeSource .includeFile }
433- />
429+ <ContainerComposePanel {project } serviceName ={composeServiceName } includeFile ={serviceComposeSource .includeFile } />
434430 </Tabs .Content >
435431 {/if }
436432 {/ snippet }
Original file line number Diff line number Diff line change 5757 <AlertIcon class =" size-4" />
5858 <Alert .Title >GitOps Managed — Read Only</Alert .Title >
5959 <Alert .Description >
60- This project is managed by GitOps (<strong >{project .gitOpsManagedBy }</strong >). The compose
61- file is read-only and can only be changed via your Git repository.
60+ This project is managed by GitOps (<strong >{project .gitOpsManagedBy }</strong >). The compose file is read-only and can only
61+ be changed via your Git repository.
6262 </Alert .Description >
6363 </Alert .Root >
6464 {/if }
6565
6666 <div class =" bg-muted flex items-start gap-2 rounded-lg border px-4 py-3 text-sm" >
6767 <span >
6868 Editing <strong >{fileTitle }</strong > for project
69- <a href ="/projects/ {project .id }" class =" text-primary font-medium hover:underline"
70- >{project .name }</a
71- >. This container runs as the <strong >{serviceName }</strong > service.
69+ <a href ="/projects/ {project .id }" class ="text-primary font-medium hover:underline" >{project .name }</a >. This container runs as
70+ the <strong >{serviceName }</strong > service.
7271 </span >
7372 </div >
7473
You can’t perform that action at this time.
0 commit comments