<%- include('partial/page_header.ejs') %>
#
|
Name
|
B.P. Category
|
Priority
|
Fail/Pass |
Pass Percent
|
Action |
<% bpStatus.forEach(({ category, metadatas }) => { %>
<%= category %> (<%= metadatas.length %>)
|
<% metadatas.forEach((metadata) => { %>
<%- include('./partial/bpset_item.ejs', { metadata, category }) %>
<%- include('./partial/bpset_details.ejs', { metadata }) %>
<%- include('./partial/bpset_logs.ejs', { metadata }) %>
<%- include('./partial/bpset_fixdialog.ejs', { metadata }) %>
<% }) %>
<% }) %>
<%- include('./style.ejs') %>
<%- include('./script.ejs') %>