Skip to content

Commit

Permalink
add pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
jaitjacob committed Sep 8, 2024
1 parent 99e142e commit 593a13f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "coprs/detail/settings.html" %}

{% from "_helpers.html" import render_field, render_form_errors, copr_url %}
{% from "_helpers.html" import render_field, render_form_errors, copr_url, initialize_datatables %}

{% set selected_monitor_tab = "integrations" %}
{%block settings_breadcrumb %}Integrations{% endblock %}
Expand Down Expand Up @@ -90,6 +90,7 @@ <h3>Webhook History</h3>
{% else %}
<p>No webhook received recently.</p>
{% endif %}
{{initialize_datatables()}}
<script>
function replaceUTCtimestampswithLocal(){
let timestamps = document.getElementsByClassName("webhook_timestamp")
Expand Down

0 comments on commit 593a13f

Please sign in to comment.