Back to menu
<% if (operation === 'EDIT') {%>
">
Olympus settings updated for <%= typeof activeInstance !== 'undefined'? activeInstance["name"]: "" %>!
">
An error occurred while updating Olympus settings for <%= typeof activeInstance !== 'undefined'? activeInstance["name"]: "" %>
<% } else {%>
">
Olympus removed successfully from <%= typeof activeInstance !== 'undefined'? activeInstance["name"]: "" %>!
">
An error occurred while removing Olympus settings from <%= typeof activeInstance !== 'undefined'? activeInstance["name"]: "" %>
<% } %>
Change settings Here you can see the DCS instances on your computer that have Olympus installed.
You can edit settings and uninstall Olympus from this screen.
"> No instances detected!
<% for (let i = 0; i < instances.length; i++) {%> <% if (instances[i].installed) { %>
<%= instances[i].name %> <%= instances[i].folder %>
<%= instances[i].installed? (instances[i].error? 'Corrupted/outdated Olympus installation': 'Olympus installed'): 'Olympus not installed' %>
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" %>
Edit settings
Uninstall Olympus
<% } %> <% } %>