{#if showDropdown && envList.length > 0}
{#each envList as env (env.id)} {@const EnvIcon = getIconComponent(env.icon || 'globe')} {@const isOffline = offlineEnvIds.has(env.id)} {@const isSwitching = switchingEnvId === env.id} {/each}
{/if}
{#if hostInfo} | {#if hostInfo.cpus > 0} {/if} {#if hostInfo.totalMemory > 0} {/if} {#if diskUsage && !diskUsageLoading} {/if} {#if hostInfo.uptime > 0} {/if}
{lastUpdated.toLocaleTimeString()} {#if isConnected} Live {:else} {/if}
{/if}