]> BookStack Code Mirror - bookstack/blobdiff - resources/views/settings/webhooks/index.blade.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / views / settings / webhooks / index.blade.php
index d6423b6fb1423dcc6408555142310c0f320fdfdf..bbe58453f38caa2d843e689d4861d994e595ff03 100644 (file)
@@ -4,9 +4,7 @@
 
     <div class="container small">
 
-        <div class="py-m">
-            @include('settings.parts.navbar', ['selected' => 'webhooks'])
-        </div>
+        @include('settings.parts.navbar', ['selected' => 'webhooks'])
 
         <div class="card content-wrap auto-height">
 
@@ -24,8 +22,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>