Return to menu
<%= manage? "View and manage instances": "Update Olympus settings" %> The following versions of Olympus have been detected. <%= manage? "You can inspect and manage you Olympus instances by selecting the options below.": "You can edit your settings or remove Olympus by selecting the options below." %>
<% for (let i = 0; i < instances.length; i++) {%>
<%= instances[i].name %> <%= instances[i].installed? (instances[i].error? 'Corrupted/outdated Olympus installation': ''): '' %> <% if (!manage) { %> <%= instances[i].folder %> <% } else { %>
ACTIVE
OFFLINE
CONNECTED
DISCONNECTED
FPS: 0
Load: 0
<% } %>
Client port
<%= instances[i].clientPort %>
Backend port
<%= instances[i].backendPort %>
Backend address
<%= instances[i].backendAddress %>
<% if (!manage) { %>
Edit settings
Uninstall
<% } else { %>
Start server
Start client
<% } %>
<% } %>