<%- await include('parts/header.ejs', locals) %>
Default resources:
Only stopped resources:
<% for (const resGroup of resGroups) { %>
<% for (const resource of resGroup.resources) { %> <% } %>
<%= resGroup.subPath %>
<%= resource.name %> <% if (resource.version !== '') { %> <%= resource.version %> <% } %> <% if (resource.author !== '') { %> by <%= resource.author %> <% } %> <% if (resource.description !== '') { %>
<%= resource.description %> <% } %>
<% if (resource.status === 'started') { %> > Restart > Stop <% } else { %> > Start <% } %>
<% } %>
<%- await include('parts/footer.ejs', locals) %>