goto(`/database/${database.configuration.general.deployId}/configuration`)}
>
{#if database.configuration.general.type == 'mongodb'}
{:else if database.configuration.general.type == 'postgresql'}
{:else if database.configuration.general.type == 'mysql'}
{:else if database.configuration.general.type == 'couchdb'}
{:else if database.configuration.general.type == 'redis'}
{:else if database.configuration.general.type == 'clickhouse'}
{/if}
{database.configuration.general.nickname}
({database.configuration.general.type})