no longer have pa_user_state data really, ditch the table
This commit is contained in:
@@ -56,32 +56,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div class="col-7">
|
</div class="col-7">
|
||||||
|
|
||||||
<div class="row pt-5">
|
|
||||||
<alert class="alert alert-warning">The following values are based on the defaults above and subsequent changes as you navigate the application and are not set by hand. The following content is for checking/debugging only.</alert>
|
|
||||||
</div class="row">
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<table id="pa_user_state_tbl" class="table table-striped table-sm" data-toolbar="#toolbar" data-search="true">
|
|
||||||
<thead>
|
|
||||||
<tr class="table-primary"><th>Path</th><th>New or Oldest</th><th>How Many</th><th>Folders?</th><th>Group by</th><th>Thumb size</th><th>DB retrieve offset</th><th>Root</th><th>cwd</th></tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
{% for st in states %}
|
|
||||||
<tr>
|
|
||||||
<td>{{st.path_type}}</td>
|
|
||||||
<td>{{st.noo}}</td>
|
|
||||||
<td>{{st.how_many}}</td>
|
|
||||||
<td>{{st.folders}}</td>
|
|
||||||
<td>{{st.grouping}}</td>
|
|
||||||
<td>{{st.size}}</td>
|
|
||||||
<td>{{st.root}}</td>
|
|
||||||
<td>{{st.cwd}}</td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div class="row">
|
|
||||||
</div class="container-fluid">
|
</div class="container-fluid">
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
{% block script_content %}
|
{% block script_content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user