check & load db model in statusbar

This commit is contained in:
Jan Prochazka
2021-04-29 10:40:53 +02:00
parent c24cc1dc72
commit fd6524867e
2 changed files with 6 additions and 0 deletions

View File

@@ -49,6 +49,10 @@
<div class="item">
{#if $status.name == 'pending'}
<FontIcon icon="icon loading" /> Loading
{:else if $status.name == 'checkStructure'}
<FontIcon icon="icon loading" /> Checking model
{:else if $status.name == 'loadStructure'}
<FontIcon icon="icon loading" /> Loading model
{:else if $status.name == 'ok'}
<FontIcon icon="img ok-inv" /> Connected
{:else if $status.name == 'error'}