comparison static/table.template.html @ 0:426b0f85a311 draft

" master branch Updating"
author lain
date Tue, 19 Jul 2022 07:36:57 +0000
parents
children c7f4f2ac38f2
comparison
equal deleted inserted replaced
-1:000000000000 0:426b0f85a311
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>