Merge branch 'master' into settings-bundle

This commit is contained in:
Jan Böhmer 2024-08-03 22:15:20 +02:00
commit d2406726c6
23 changed files with 13739 additions and 180 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>