use sortable table on Roll Results page
(cherry picked from commit 32d8f33932d913154989e41c940ba24adc98a881)
This commit is contained in:
parent
84d74fab77
commit
7f9b4ef9d0
|
@ -1,8 +1,8 @@
|
||||||
{% extends 'pageWrapper.html' %}
|
{% extends 'autotablepage.html' %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<title>Upload Mystery YAML</title>
|
<title>Mystery YAML Test Roll Results</title>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/checkResult.css") }}" />
|
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/checkResult.css") }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
<div id="check-result" class="grass-island">
|
<div id="check-result" class="grass-island">
|
||||||
<h1>Verification Results</h1>
|
<h1>Verification Results</h1>
|
||||||
<p>The results of your requested file check are below.</p>
|
<p>The results of your requested file check are below.</p>
|
||||||
<table>
|
<table class="table autodatatable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>File</th>
|
<th>File</th>
|
||||||
|
|
Loading…
Reference in New Issue