mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 22:46:01 +00:00
show storage connection error
This commit is contained in:
@@ -125,6 +125,13 @@
|
||||
}
|
||||
internalRedirectTo(`/not-logged.html`);
|
||||
}
|
||||
|
||||
$: {
|
||||
if ($config?.configurationError) {
|
||||
console.log('Configuration error', $config);
|
||||
internalRedirectTo(`/error.html`);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="root theme-light theme-type-light">
|
||||
|
||||
Reference in New Issue
Block a user