<%- await include('basic/header.html', locals) %>

Resources List

All Resources
Default 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('basic/footer.html', locals) %>