<%- await include('parts/header.ejs', locals) %>

Resources List

All Resources
Default resources: Only stopped resources:
<% for (const resGroup of resGroups) { %> <% for (const resource of resGroup.resources) { %> <% } %> <%# End individual resource loop %> <% } %> <%# End resource group loop %>
<%= 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) %>