<% _.each(dashboard.started, function(value, key) { %> | <%- key %> | <% }); %>
---|---|
Started | <% _.each(dashboard.started, function(value, key) { %><%- value %> | <% }); %>
Errors | <% _.each(dashboard.errors, function(value, key) { %><%- value %> | <% }); %>
Mapping | <% _.each(dashboard.breakdown.mapping, function(value, key) { %><%- value %> | <% }); %>
Timed Out | <% _.each(dashboard.breakdown.timedout, function(value, key) { %><%- value %> | <% }); %>
Other | <% _.each(dashboard.breakdown.other, function(value, key) { %><%- value %> | <% }); %>
Name | Creator | Profile | Cluster | PCs | Started |
---|---|---|---|---|---|
<%- value.name %> | <%- value.creator %> | <%- value.profile_name %> | <%- value.cluster %> | <%- value.physnode_count %> | <%- value.started %> |
Name | Nodes | Expts |
---|---|---|
<%- key %> | <%- value.physnode_count %> | <%- value.experiment_count %> |
Name | Nodes | Expts |
---|---|---|
<%- key %> | <%- value.physnode_count %> | <%- value.experiment_count %> |
Name | Count |
---|---|
<%- value.name %> | <%- value.count %> |
Name | Creator | Project | Started | Expires |
---|---|---|---|---|
<%- value.name %> | <%- value.creator %> | <%- value.pid %> | <%- value.started %> | <%- value.expires %> |
Name | Creator | When | Profile | Cluster | Reason (Code) | Log | |||
---|---|---|---|---|---|---|---|---|---|
<%- value.name %> | <% }else { %><%- value.name %> | <% } %><%- value.creator %> | <%- value.started %> | <%- value.profile_name %> | <%- value.cluster %> | <% if (value.message && value.message != "") { %><%- value.reason %> | <% } else { %><%- value.reason %> | <% }%> <% if (value.url) { %>Log | <% }else { %>N/A | <% } %>
Name | Creator | Profile | Cluster | PCs | Started | Expires | |
---|---|---|---|---|---|---|---|
<%- value.name %> | <% if (!isadmin) { %><%- value.creator %> | <% } %> <% if (isadmin) { %><%- value.creator %> | <% } %><%- value.profile_name %> | <%- value.cluster %> | <%- value.physnode_count %> | <%- value.started %> | <%- value.expires %> |