class="selected"<% } %> data-id="<%= job.attributes.jobID %>">
<% var checked = job.checked; %>
type="checkbox" <% if (checked) { %>checked="checked"<% } %>> |
<%= otdsCommon.replaceHTMLCharacters (job.attributes.name) %> |
<%= otdsCommon.replaceHTMLCharacters (job.attributes.target) %> |
<% if (job.attributes.startTime) { %><%= otdsCommon.convertLDAPDateToReadableDate_v2 (job.attributes.startTime) %><% } else { %>N/A<% } %> |
<% if (job.attributes.finishTime) { %><%= otdsCommon.convertLDAPDateToReadableDate_v2 (job.attributes.finishTime) %><% } else { %>N/A<% } %> |
<%= job.attributes.errorCount %> |
<%= job.attributes.warningCount %> |
<%= job.attributes.infoCount %> |
<%= otdsCommon.replaceHTMLCharacters (job.attributes.status) %> |
<% if ((job.attributes.cancellable == true) || (job.attributes.errorCount > 0) || (job.attributes.warningCount > 0) || (job.attributes.infoCount > 0)) { %>
<%= i18n.headers.actions %>
<% } else { %>
<%= i18n.headers.notavailable %>
<% } %>
|
<% }) %>