<% if (!_.isUndefined(this.model) && this.model.deferred.state() != 'pending') { %>
|
|
<%- this.model.get('report').fuel_data.release %> |
<%- this.model.get('report').fuel_data.uuid %> |
|
|
<% _.each(this.model.get('report').environment_stats, function(env) { %>
<%- env.cluster %> |
<%- env.nodes %> |
<% }) %>
|
|
<%- this.model.get('report').allocation_stats.allocated %> |
<%- this.model.get('report').allocation_stats.unallocated %> |
|
|
<% _.each(_.pairs(this.model.get('report').roles_stat), function(stats) { %>
<%- stats[0] %> |
<%- stats[1] %> |
<% }) %>
<% } else { %>
<% } %>