diff --git a/pkg/web/templates/index.html b/pkg/web/templates/index.html index 94ff162..5e84151 100644 --- a/pkg/web/templates/index.html +++ b/pkg/web/templates/index.html @@ -374,7 +374,7 @@ function showSection(sectionId) { //* Fetch data and render dashboard : * //******************************************************************* -// Fetch summary (jails, stats, last 5 bans) +// Fetch summary (jails, stats, last bans) function fetchSummary() { return fetch('/api/summary') .then(function(res) { return res.json(); }) @@ -398,6 +398,8 @@ function renderDashboard(data) { // Add a search bar html += ` +
'; } // Last 5 bans - html += '