|
|
|
@ -83,7 +83,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% if @webhook_events.present? || params[:status].present? %>
|
|
|
|
<% if @webhook_events.present? || params[:status].present? %>
|
|
|
|
<div class="mt-6">
|
|
|
|
<div class="mt-6">
|
|
|
|
<h2 id="log" class="text-2xl md:text-3xl font-bold"><%= t('events_log') %></h2>
|
|
|
|
<h2 id="log" class="text-2xl md:text-3xl font-bold"><%= t('event_log') %></h2>
|
|
|
|
<div class="tabs border-b mt-4">
|
|
|
|
<div class="tabs border-b mt-4">
|
|
|
|
<%= link_to t('all'), url_for(params: request.query_parameters.except('status', 'page')), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status].blank? ? 'tab-active tab-bordered' : 'pb-[3px]'}" %>
|
|
|
|
<%= link_to t('all'), url_for(params: request.query_parameters.except('status', 'page')), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status].blank? ? 'tab-active tab-bordered' : 'pb-[3px]'}" %>
|
|
|
|
<%= link_to t('succeeded'), url_for(params: request.query_parameters.except('page').merge('status' => 'success')), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status] == 'success' ? 'tab-active tab-bordered' : 'pb-[3px]'}" %>
|
|
|
|
<%= link_to t('succeeded'), url_for(params: request.query_parameters.except('page').merge('status' => 'success')), style: 'margin-bottom: -1px', class: "tab h-10 text-base #{params[:status] == 'success' ? 'tab-active tab-bordered' : 'pb-[3px]'}" %>
|
|
|
|
|