+
+
+ {#if $status.application.initialLoading}
+
+ {:else if $status.application.overallStatus === 'degraded'}
+ (stopping = true)} on:stopped={() => (stopping = false)} />
+ {:else if $status.application.overallStatus === 'healthy'}
+
+ {:else if $status.application.overallStatus === 'stopped'}
+
+ {/if}
+
+
+