Mercurial > repos > lain > history_metadata_extractor
diff static/table.template.html @ 0:426b0f85a311 draft
" master branch Updating"
author | lain |
---|---|
date | Tue, 19 Jul 2022 07:36:57 +0000 |
parents | |
children | c7f4f2ac38f2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/table.template.html Tue Jul 19 07:36:57 2022 +0000 @@ -0,0 +1,29 @@ + +<div class="{classes}"> + <h2 + class="history_metadata_extractor_h2" + style="cursor: pointer" + title="click to fold/unfold the table" + > + {tool_name} + </h2> + <p> + Outputs: {tool_output} + </p> + <p class="history_metadata_extractor_status"> + Status: {tool_status} + </p> + <p class="history_metadata_extractor_glitter"></p> + <table class=" + table + table-bordered + table-dark + table-striped + table-hover + d-block + overflow-auto + history_metadata_extractor_table + "> + {table} + </table> +</div>