<% if (instances.some(instance => instance.installed)) { %>
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. <% } else { %> No Olympus installs detected Use the Add Olympus option in the main manu to install Olympus in your DCS instance.
If you have more than one DCS instance, you will need to add Olympus to each one of them. <% } %>
You can edit settings and uninstall Olympus from this screen. <% } else { %> No Olympus installs detected Use the Add Olympus option in the main manu to install Olympus in your DCS instance.
If you have more than one DCS instance, you will need to add Olympus to each one of them. <% } %>
<% 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' %>
Frontend port
<%= instances[i].installed? instances[i].frontendPort: "N/A" %>
Backend port
<%= instances[i].installed? instances[i].backendPort: "N/A" %>
Backend address
<%= instances[i].installed? instances[i].backendAddress: "N/A" %>
SRS port
<%= instances[i].installed? instances[i].SRSPort: "N/A" %>
Open logs