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>
|
|
11 Outputs: {tool_output}
|
|
12 </p>
|
|
13 <p class="history_metadata_extractor_status">
|
|
14 Status: {tool_status}
|
|
15 </p>
|
|
16 <p class="history_metadata_extractor_glitter"></p>
|
|
17 <table class="
|
|
18 table
|
|
19 table-bordered
|
|
20 table-dark
|
|
21 table-striped
|
|
22 table-hover
|
|
23 d-block
|
|
24 overflow-auto
|
|
25 history_metadata_extractor_table
|
|
26 ">
|
|
27 {table}
|
|
28 </table>
|
|
29 </div>
|