% if(isExpanded) { %>
<%= expandedCellBody %> |
<% } else { %>
<%= collapsedCellBody %> |
<% } %>
<%- model.entry.content.get("hostname") %>
<% if(isExpanded) { %>
- <%-_("Apps").t()%>
-
<%- applicationList %>
- <%-_("Server Classes").t()%>
-
<%- serverClassesList %>
<% if (numErrors > 0) { %>
<%- _("ERRORS").t() %>
- <%-_("Not yet deployed").t()%>
-
<%- errorList %>
<% } %>
<% } %>
|
<%- model.entry.content.get("name") %>
|
<%- model.entry.content.get("ip") %> |
> |
<%- model.entry.content.get("utsname") %> |
<%-numSuccessfulDownloads + _(" deployed").t()%>
|
<%- relativeLastPhoneHomeTime %>
|