Remove app.db from git

This commit is contained in:
2023-06-08 00:39:39 +02:00
parent 39b22135eb
commit f113ec2088
3 changed files with 6 additions and 1 deletions

BIN
app.db

Binary file not shown.

1
app/.gitignore vendored
View File

@@ -158,3 +158,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
app.db

View File

@@ -3,7 +3,11 @@
<div class="alert alert-primary" role="alert">
<h3>{{ title }}</h3>
<table id="report-table"
class="table table-striped table-hover table-bordered bg-light">
class="table table-striped table-hover table-bordered bg-light"
data-toggle="table"
data-sticky-header="true"
data-sticky-header-offset-y="65"
data-sortable="true">
<thead>
<tr class="bg-primary text-white">
<th class="text-center">Dataset</th>