{#if showAck && $page.path !== '/success' && $page.path !== '/'}
We implemented an automatic error reporting feature, which is enabled by default.
Why? Because we would like to hunt down bugs faster and easier.
If you do not like it, you can turn it off in the
goto('/settings')}>Settings menu
.
OK
{/if}
{#if $page.path !== '/' && $page.path !== '/success'}
goto('/dashboard/applications')} class:text-green-500={$page.path === '/dashboard/applications' || $page.path.startsWith('/application')} class:bg-warmGray-700={$page.path === '/dashboard/applications' || $page.path.startsWith('/application')} >
goto('/dashboard/databases')} class:text-purple-500={$page.path === '/dashboard/databases' || $page.path.startsWith('/database')} class:bg-warmGray-700={$page.path === '/dashboard/databases' || $page.path.startsWith('/database')} >
goto('/dashboard/services')} >
goto('/settings')} >
{packageJson.version}
{/if}
{#if upgradeAvailable && $page.path !== '/success' && $page.path !== '/'} {/if}