diff --git a/packages/app/constants/settings/about/index.jsx b/packages/app/constants/settings/about/index.jsx index 24059dae..b981b3a6 100755 --- a/packages/app/constants/settings/about/index.jsx +++ b/packages/app/constants/settings/about/index.jsx @@ -151,12 +151,40 @@ export default { -

Server information

+
+

Server information

+
+

Origin

+ + : } + > + { + secureConnection ? " Secure connection" : "Insecure connection" + } + + +
+ +
+ {serverOrigin ?? "Unknown"} +
+
+ +
+
+

Instance Performance

+
+ +
- - - : } - > - { - secureConnection ? " Secure connection" : "Insecure connection" - } - -
- -
- {serverOrigin ?? "Unknown"} -
-
- -
-
-

Version

-
- -
- {serverManifest?.version ?? "Unknown"} -
@@ -237,14 +238,78 @@ export default {
-
- { - serverManifest?.LINEBRIDGE_SERVER_VERSION &&
Powered by Linebridgeâ„¢
- } +
+
+
+ +
+ +

Version

+
+ +
+ {serverManifest?.version ?? "Unknown"} +
-