From b438e0187cac55a02df9c08ecf1abac79d36ab4e Mon Sep 17 00:00:00 2001 From: Dan Brown <ssddanbrown@googlemail.com> Date: Sat, 1 Jan 2022 17:43:33 +0000 Subject: [PATCH] Updated webhooks list to not squash events/status Closes #3135 --- resources/views/settings/webhooks/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/settings/webhooks/index.blade.php b/resources/views/settings/webhooks/index.blade.php index d6423b6fb..296bbd7ed 100644 --- a/resources/views/settings/webhooks/index.blade.php +++ b/resources/views/settings/webhooks/index.blade.php @@ -24,8 +24,8 @@ <table class="table"> <tr> <th>{{ trans('common.name') }}</th> - <th>{{ trans('settings.webhook_events_table_header') }}</th> - <th>{{ trans('common.status') }}</th> + <th width="100">{{ trans('settings.webhook_events_table_header') }}</th> + <th width="100">{{ trans('common.status') }}</th> </tr> @foreach($webhooks as $webhook) <tr>