diff --git a/manager/ejs/connections.ejs b/manager/ejs/connections.ejs index 672d65b4..e30c71c8 100644 --- a/manager/ejs/connections.ejs +++ b/manager/ejs/connections.ejs @@ -45,11 +45,10 @@
Client port + title="This port is used to allow access to Olympus. Be sure to allow this port through your firewall if you want people to connect remotely">
- "> + ">
Port already in use @@ -59,11 +58,10 @@
Backend port + title="This port is used by Olympus to communicate with DCS. You only need to allow it through your firewall if you enable direct API connection">
- " + " onchange="signal('onBackendPortChanged', this.value)">
@@ -75,12 +73,10 @@
Enable direct backend API connection + title="Allows services to connect to Olympus directly. This is NOT NEEDED for normal Olympus operation, even for dedicated servers. Leave it unchecked if in doubt.">
-
+
Note: if you enable direct backend API connection, you will be required to run DCS as admin or run the netsh command for others to connect. Leave unchecked if you don't know what this is.
See the Olympus documentation for more details. diff --git a/manager/ejs/instances.ejs b/manager/ejs/instances.ejs index 9eae3440..0871d658 100644 --- a/manager/ejs/instances.ejs +++ b/manager/ejs/instances.ejs @@ -1,9 +1,4 @@ -
+
-
- +
+ View and manage installs - + The following DCS installations have been identified.
You can start an Olympus server, modify settings and uninstall below.
@@ -241,10 +232,6 @@
<%= instances[i].name %> - - <%= instances[i].installed? (instances[i].error? 'Corrupted/outdated Olympus installation': 'Olympus installed'): 'Olympus not installed' %> - - <%= instances[i].folder %>
ACTIVE
OFFLINE
@@ -254,34 +241,42 @@
Load: 0
+
-
-
Client port
-
<%= instances[i].installed? instances[i].clientPort: "N/A" %>
-
-
-
Backend port
-
<%= instances[i].installed? instances[i].backendPort: "N/A" %>
-
-
-
Backend address
-
<%= instances[i].installed? instances[i].backendAddress: "N/A" %>
+ + + <%= instances[i].installed? (instances[i].error? 'Corrupted/outdated Olympus installation': 'Olympus installed'): 'Olympus not installed' %> + + <%= instances[i].folder %> +
+
+
Client port
+
<%= instances[i].installed? instances[i].clientPort: "N/A" %>
+
+
+
Backend port
+
<%= instances[i].installed? instances[i].backendPort: "N/A" %>
+
+
+
Backend address
+
<%= instances[i].installed? instances[i].backendAddress: "N/A" %>
+
Start Olympus
-
Start server
-
Start client
+
Start server
+
Start client
-
Edit settings
-
Install Olympus
-
Uninstall Olympus
-
Open in browser
-
Stop Olympus
+
Edit settings
+
Install Olympus
+
Uninstall Olympus
+
Open in browser
+
Stop Olympus
<% } %> diff --git a/manager/ejs/menu.ejs b/manager/ejs/menu.ejs index 1ee05ae8..6ae35c4b 100644 --- a/manager/ejs/menu.ejs +++ b/manager/ejs/menu.ejs @@ -80,13 +80,13 @@