try sm-txt on joblog

This commit is contained in:
2022-01-13 21:22:49 +11:00
parent 8a6a7a5115
commit 3e67c9c27f
2 changed files with 5 additions and 6 deletions

7
TODO
View File

@@ -3,11 +3,10 @@
need scheduled jobs:
- [DONE] force scans of import/storage paths
- [DONE] delete old files from Recycle Bin
- [DONE] joblog page should show last X logs, <show all button>, newest X logs,
- [DONE/TEST?] need to use sm-txt class more as the space is too constrained
- make clickable sort toggles
- need to archive jobs
--> joblog page should show last 25 logs, <show all button>, newest 25 logs, need to use sm-txt class more as the space is too constrained
-> then can implement archiving too
* per file you could select an unknown face and add it as a ref img to an existing person, or make a new person and attach?

View File

@@ -3,7 +3,7 @@
{% block main_content %}
<div class="container-fluid">
<h3>Show Job Details</h3>
<dl class="row">
<dl class="row sm-txt">
<dt class="col-2">Job #:</dt>
<dd class="col-10">{{job.id}}</dt>
<dt class="col-2">Name:</dt>
@@ -48,7 +48,7 @@
</dl>
<table id="jobort_tbl" class="table table-striped table-sm" data-toolbar="#toolbar" data-search="true">
<table id="jobort_tbl" class="table table-striped table-sm sm-txt" data-toolbar="#toolbar" data-search="true">
<thead><tr class="table-primary"><th>When
<svg width="16" height="16" fill="currentColor"><use xlink:href="{{url_for('internal', filename='icons.svg')}}#sort-num-{{order}}"/></svg>
</th><th>Details</th></tr></thead>