try sm-txt on joblog
This commit is contained in:
7
TODO
7
TODO
@@ -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?
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user