A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: missing no services message

Brooke e34fd397 bcbb272e

+2
+2
packages/panel/src/routes/(authenticated)/projects/[project]/ProjectStatus.svelte
··· 183 183 </div> 184 184 {/if} 185 185 </div> 186 + {:else} 187 + <div>No services found in compose file.</div> 186 188 {/each} 187 189 </div> 188 190