1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Revised webhooks list to new format

Also aligned query naming to start with model in use.
Also added created/updated sort options to roles.
This commit is contained in:
Dan Brown
2022-10-30 12:02:06 +00:00
parent 98b59a1024
commit f75091a1c5
12 changed files with 123 additions and 40 deletions

View File

@ -0,0 +1,3 @@
<span title="{{ trans('common.status_' . ($status ? 'active' : 'inactive')) }}"
class="status-indicator-{{ $status ? 'active' : 'inactive' }}"
></span>