X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f75091a1c5d505f256ad253c5038a5bde068bc4e..refs/pull/5685/head:/resources/views/settings/webhooks/index.blade.php diff --git a/resources/views/settings/webhooks/index.blade.php b/resources/views/settings/webhooks/index.blade.php index 09b2ee770..a564effe2 100644 --- a/resources/views/settings/webhooks/index.blade.php +++ b/resources/views/settings/webhooks/index.blade.php @@ -23,18 +23,15 @@
- +
- @include('common.sort', ['options' => [ - 'name' => trans('common.sort_name'), - 'endpoint' => trans('settings.webhooks_endpoint'), - 'created_at' => trans('common.sort_created_at'), - 'updated_at' => trans('common.sort_updated_at'), - 'active' => trans('common.status'), - ], 'order' => $listDetails['order'], 'sort' => $listDetails['sort'], 'type' => 'webhooks']) + @include('common.sort', $listOptions->getSortControlData())