+
+
-
-
-
Could not connect to the server.
-
- An error occurred while attempting to connect to your server. Please try refreshing the page.
- (WebSocket Authentication Failed)
-
-
-
-
Could not connect to the server.
-
- An error occurred while attempting to connect to your server. Please try refreshing the page.
- (No further information)
-
+
+
+
Could not connect to the server.
+
+ An error occurred while attempting to connect to your server. Please try refreshing the
+ page. (WebSocket Authentication Failed)
+
+
diff --git a/packages/assets/icons/cpu.svg b/packages/assets/icons/cpu.svg
index 52c743712..0b3bb3e35 100644
--- a/packages/assets/icons/cpu.svg
+++ b/packages/assets/icons/cpu.svg
@@ -1 +1,18 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/packages/assets/icons/db.svg b/packages/assets/icons/db.svg
deleted file mode 100644
index 196cf349e..000000000
--- a/packages/assets/icons/db.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
\ No newline at end of file
diff --git a/packages/assets/index.ts b/packages/assets/index.ts
index 576cd03cd..df7df4247 100644
--- a/packages/assets/index.ts
+++ b/packages/assets/index.ts
@@ -207,7 +207,6 @@ import _CubeIcon from './icons/cube.svg?component'
import _CloudIcon from './icons/cloud.svg?component'
import _CogIcon from './icons/cog.svg?component'
import _CPUIcon from './icons/cpu.svg?component'
-import _DBIcon from './icons/db.svg?component'
import _LoaderIcon from './icons/loader.svg?component'
import _ImportIcon from './icons/import.svg?component'
import _TimerIcon from './icons/timer.svg?component'
@@ -438,7 +437,6 @@ export const CubeIcon = _CubeIcon
export const CloudIcon = _CloudIcon
export const CogIcon = _CogIcon
export const CPUIcon = _CPUIcon
-export const DBIcon = _DBIcon
export const LoaderIcon = _LoaderIcon
export const ImportIcon = _ImportIcon
export const CardIcon = _CardIcon