This commit is contained in:
David Brazda
2023-11-30 17:04:25 +01:00
parent 116700f3e4
commit 7344e49591
2 changed files with 3 additions and 2 deletions

View File

@ -467,7 +467,7 @@
<label data-bs-toggle="collapse" data-bs-target="#stratin-table-inner">
<h4>Strategies</h4>
</label>
<div id="stratin-table-inner" class="collapse show" style="width:58%">
<div id="stratin-table-inner" class="collapse show" style="width:40%">
<div id="controlsStratin">
<button id="button_add" class="btn btn-outline-success btn-sm">Add</button>
<button id="button_add_json" class="btn btn-outline-success btn-sm">Add JSON</button>
@ -867,7 +867,7 @@
<!-- <script src="/static/js/archivetables.js?v=1.05"></script> -->
<!-- archiveTables split into separate files -->
<script src="/static/js/tables/archivetable/init.js?v=1.06"></script>
<script src="/static/js/tables/archivetable/functions.js?v=1.05"></script>
<script src="/static/js/tables/archivetable/functions.js?v=1.06"></script>
<script src="/static/js/tables/archivetable/modals.js?v=1.05"></script>
<script src="/static/js/tables/archivetable/handlers.js?v=1.05"></script>

View File

@ -377,6 +377,7 @@ function get_selected_or_batch(batch_id = null) {
});
//console.log("batch rows",batch_id, rows)
}
return rows
}
//prepares export data, either for selected rows or based on batch_id