Mercurial > repos > lain > history_metadata_extractor
view 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 source
<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>