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

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>