Show in server info page which natural sorting method is used

This should ease debugging
This commit is contained in:
Jan Böhmer 2024-07-28 14:13:34 +02:00
parent 5ede61118c
commit d6ff22fc44
5 changed files with 129 additions and 5 deletions

View file

@ -21,5 +21,13 @@
<td>Database User</td>
<td>{{ db_user }}</td>
</tr>
<tr>
<td>Natural sort method</td>
<td>{{ db_natsort_method }}</td>
</tr>
<tr>
<td>Slow natural sort allowed</td>
<td>{{ helper.boolean_badge(db_natsort_slow_allowed) }}</td>
</tr>
</tbody>
</table>