mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
(control) Improve pagination for crawl data inspector
This commit is contained in:
parent
959a8e29ee
commit
365229991b
@ -53,13 +53,13 @@
|
||||
<td>
|
||||
<select name="contentType" id="contentType">
|
||||
<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>
|
||||
</td>
|
||||
<td>
|
||||
<select name="httpStatus" id="httpStatus">
|
||||
<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>
|
||||
</td>
|
||||
<td colspan="2"></td>
|
||||
|
@ -88,7 +88,7 @@
|
||||
<tr>
|
||||
<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>
|
||||
</tr>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user