parent
8614775c14
commit
b438e0187c
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{ trans('common.name') }}</th>
|
<th>{{ trans('common.name') }}</th>
|
||||||
<th>{{ trans('settings.webhook_events_table_header') }}</th>
|
<th width="100">{{ trans('settings.webhook_events_table_header') }}</th>
|
||||||
<th>{{ trans('common.status') }}</th>
|
<th width="100">{{ trans('common.status') }}</th>
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($webhooks as $webhook)
|
@foreach($webhooks as $webhook)
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue