fixed before branching
This commit is contained in:
@ -61,6 +61,11 @@
|
||||
|
||||
<script src="/static/js/libs/mousetrap.min.js"></script>
|
||||
|
||||
<!-- EXPERIMENT pro test navic tyto fajly pro select -->
|
||||
<!-- <script src="https://cdn.datatables.net/select/1.7.0/js/select.bootstrap5.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/select/1.7.0/css/select.bootstrap5.css">
|
||||
-->
|
||||
|
||||
<!-- <script src="https://cdn.datatables.net/select/1.6.2/js/dataTables.select.min.js"></script> -->
|
||||
<!-- <script src="/static/js/fast-toml.js" type="text/javascript"></script> -->
|
||||
<!-- <script src="/static/js/libs/j-toml/j-toml.min.js" type="module">
|
||||
@ -317,7 +322,9 @@
|
||||
<button title="For selected batch creates heatmap for optimal profit/loss cutoffs" id="button_analyze" class="btn btn-outline-success btn-sm">Optimal cutoffs</button>
|
||||
<!-- <button id="button_stopall" class="btn btn-outline-success btn-sm">Stop All</button>
|
||||
<button id="button_refresh" class="btn btn-outline-success btn-sm">Refresh</button> -->
|
||||
<div id="buttons-container"></div>
|
||||
</div>
|
||||
|
||||
<!-- <div>
|
||||
Toggle column: <a class="toggle-vis" data-column="0">Name</a> - <a class="toggle-vis" data-column="1">Position</a> - <a class="toggle-vis" data-column="2">Office</a> - <a class="toggle-vis" data-column="3">Age</a> - <a class="toggle-vis" data-column="4">Start date</a> - <a class="toggle-vis" data-column="5">Salary</a>
|
||||
</div> -->
|
||||
@ -854,5 +861,6 @@
|
||||
<script src="/static/js/mytables.js"></script>
|
||||
<script src="/static/js/testlist.js"></script>
|
||||
<script src="/static/js/configform.js"></script>
|
||||
<!-- <script src="/static/js/dynamicbuttons.js"></script> -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user