No results found. {#each filteredItems as item (item.href)} handleSelect(item.href)} > {item.name} {/each} {#if $licenseStore.isEnterprise && $authStore.authEnabled} handleSelect('/audit')} > Audit log {/if} {#each lightThemes as theme (theme.id)} handleLightThemeSelect(theme.id)} >
{theme.name}
{#if $themeStore.lightTheme === theme.id} {/if}
{/each}
{#each darkThemes as theme (theme.id)} handleDarkThemeSelect(theme.id)} >
{theme.name}
{#if $themeStore.darkTheme === theme.id} {/if}
{/each}
{#each fonts as font (font.id)} handleFontSelect(font.id)} > {font.name} {#if $themeStore.font === font.id} {/if} {/each} {#if environments.length > 0} {#each environments as env (env.id)} handleEnvSelect(env)} > {env.name} {#if $currentEnvironment?.id === env.id} {/if} {/each} {/if} {#if containers.length > 0} {#each containers as container (container.id)} handleContainerAction(container.id, 'logs')} >
{container.name} {container.envName} • {container.image}
{#if container.state === 'running'} {:else} {/if}
{/each}
{/if}