All applications

<% $.each(apps, function (index, a) { %> <%});%>
Name Framework Controller Platforms # of parameters # of images Visible Edit Delete
<%- a.name %> <%- a.framework === undefined ? '–' : a.framework.name + ':' + a.framework.configuration %> <%= a.controller === undefined ? '✗' : '✓' %> <%- Object.keys(a.runtime) %> <%- a.parameters === undefined ? '0' : a.parameters.length %> <%- a.images === undefined ? '0' : Object.keys(a.images).length %> <%= a.visible ? "✓" : "✗" %> Edit Delete