mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 15:45:51 +00:00
Fix Excel files
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<div class="float-right">
|
||||
<input type="checkbox" id="compare" name="compare" {% if config["COMPARE"] %}{{ "checked" }}{% endif %}>
|
||||
<span class="badge bg-info bg-small" onclick="$('#compare').click()">Comparing with best results</span>
|
||||
{% from "macros.html" import excel_button %}
|
||||
<div class="d-flex justify-content-between">
|
||||
{{ excel_button('', 'excel_select') }}
|
||||
<div>
|
||||
<input type="checkbox" id="compare" name="compare" {% if config["COMPARE"] %}{{ "checked" }}{% endif %}>
|
||||
<span class="badge bg-info bg-small" onclick="$('#compare').click()">Comparing with best results</span>
|
||||
</div>
|
||||
</div>
|
||||
<table id="file-table"
|
||||
class="table table-striped table-hover table-bordered">
|
||||
|
Reference in New Issue
Block a user