%- await include('parts/header.ejs', locals) %>
<%= 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 <% } %> |