% if (!hideMoreInfo) { %>
|
<% } %>
<% if (!hideColumns) { %>
<% if (!_.contains(columnBlacklist, 'entityLabel')) { %>
<%- entityLabel %> |
<% } %>
<% if (!_.contains(columnBlacklist, 'entityType')) { %>
<%- entityType %> |
<% } %>
<% } %>
<% if (!_.contains(columnBlacklist, 'operation')) { %>
<%- operation %> |
<% } %>
<% if (!isPending) { %>
<% if (!_.contains(columnBlacklist, 'deployedOn')) { %>
<%- deployedOn %> |
<% } %>
<% if (!_.contains(columnBlacklist, 'deployedBy')) { %>
<%- deployedBy %> |
<% } %>
<% } %>
<% if (!_.contains(columnBlacklist, 'editTime')) { %>
<%- editTime %> |
<% } %>
<% if (!_.contains(columnBlacklist, 'editUser')) { %>
<%- editUser %> |
<% } %>