export data
This commit is contained in:
@ -39,6 +39,9 @@
|
||||
<div class="btn-group mr-2" role="group" aria-label="Toggle show group">
|
||||
<button id="global_toggleshow" class="btn btn-secondary" type="button">show hidden</button>
|
||||
</div>
|
||||
<div class="btn-group mr-2" role="group" aria-label="export">
|
||||
<button id="export_data_button" class="btn btn-secondary" type="button">export</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -112,4 +115,5 @@
|
||||
<script src="{{ url_for('static', filename='popups.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='rendergraphs.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='list.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='csv.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='app.js') }}"></script>
|
||||
|
Reference in New Issue
Block a user