0
|
1
|
|
2 <div class="{classes}">
|
|
3 <h2
|
|
4 class="history_metadata_extractor_h2"
|
|
5 style="cursor: pointer"
|
|
6 title="click to fold/unfold the table"
|
|
7 >
|
|
8 {tool_name}
|
|
9 </h2>
|
|
10 <p class="history_metadata_extractor_status">
|
|
11 Status: {tool_status}
|
|
12 </p>
|
|
13 <p class="history_metadata_extractor_glitter"></p>
|
|
14 <table class="
|
|
15 table
|
|
16 table-bordered
|
|
17 table-dark
|
|
18 table-striped
|
|
19 table-hover
|
|
20 d-block
|
|
21 overflow-auto
|
|
22 history_metadata_extractor_table
|
|
23 ">
|
|
24 {table}
|
|
25 </table>
|
|
26 </div>
|