mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(control) Improve pagination for crawl data inspector
This commit is contained in:
parent
959a8e29ee
commit
365229991b
@ -53,13 +53,13 @@
|
|||||||
<td>
|
<td>
|
||||||
<select name="contentType" id="contentType">
|
<select name="contentType" id="contentType">
|
||||||
<option value="ALL">All</option>
|
<option value="ALL">All</option>
|
||||||
{{#each byContentType}} <option value="{{contentType}}" {{#if filtered}}selected{{/if}}>{{contentType}}</option> {{/each}}
|
{{#each byContentType}} <option value="{{contentType}}" {{#if filtered}}selected{{/if}}>{{contentType}} ({{count}})</option> {{/each}}
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<select name="httpStatus" id="httpStatus">
|
<select name="httpStatus" id="httpStatus">
|
||||||
<option value="ALL">All</option>
|
<option value="ALL">All</option>
|
||||||
{{#each byStatusCode}} <option value="{{statusCode}}" {{#if filtered}}selected{{/if}}>{{statusCode}}</option> {{/each}}
|
{{#each byStatusCode}} <option value="{{statusCode}}" {{#if filtered}}selected{{/if}}>{{statusCode}} ({{count}})</option> {{/each}}
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td colspan="2"></td>
|
<td colspan="2"></td>
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="/nodes/{{node.id}}/storage/details?fid={{storage.id}}&filter={{crawlDataFiles.filter}}&afterDomain={{crawlDataFiles.nextAfter}}">Next</a>
|
<a href="/nodes/{{node.id}}/storage/details?fid={{storage.id}}&filterDomain={{crawlDataFiles.filter}}&afterDomain={{crawlDataFiles.nextAfter}}">Next</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user