bugfix
This commit is contained in:
@ -467,7 +467,7 @@
|
|||||||
<label data-bs-toggle="collapse" data-bs-target="#stratin-table-inner">
|
<label data-bs-toggle="collapse" data-bs-target="#stratin-table-inner">
|
||||||
<h4>Strategies</h4>
|
<h4>Strategies</h4>
|
||||||
</label>
|
</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">
|
<div id="controlsStratin">
|
||||||
<button id="button_add" class="btn btn-outline-success btn-sm">Add</button>
|
<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>
|
<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> -->
|
<!-- <script src="/static/js/archivetables.js?v=1.05"></script> -->
|
||||||
<!-- archiveTables split into separate files -->
|
<!-- archiveTables split into separate files -->
|
||||||
<script src="/static/js/tables/archivetable/init.js?v=1.06"></script>
|
<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/modals.js?v=1.05"></script>
|
||||||
<script src="/static/js/tables/archivetable/handlers.js?v=1.05"></script>
|
<script src="/static/js/tables/archivetable/handlers.js?v=1.05"></script>
|
||||||
|
|
||||||
|
|||||||
@ -377,6 +377,7 @@ function get_selected_or_batch(batch_id = null) {
|
|||||||
});
|
});
|
||||||
//console.log("batch rows",batch_id, rows)
|
//console.log("batch rows",batch_id, rows)
|
||||||
}
|
}
|
||||||
|
return rows
|
||||||
}
|
}
|
||||||
|
|
||||||
//prepares export data, either for selected rows or based on batch_id
|
//prepares export data, either for selected rows or based on batch_id
|
||||||
|
|||||||
Reference in New Issue
Block a user