From d593e4723930df98904a7ecef7c756472b3012a7 Mon Sep 17 00:00:00 2001
From: Eduardo Silva
Date: Mon, 16 Jun 2025 17:06:43 -0300
Subject: [PATCH] display last backup timestamp and improve router group
display.
---
templates/base.html | 7 ++++--
templates/router_manager/router_list.html | 26 ++++++++++++++++++-----
2 files changed, 26 insertions(+), 7 deletions(-)
diff --git a/templates/base.html b/templates/base.html
index cdecf1e..7c9fcb9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -143,7 +143,7 @@
-
+
@@ -297,6 +297,9 @@
"info": true,
"autoWidth": false,
"responsive": true,
+ "columnDefs": [
+ { "orderable": false, "targets": [ 0, -1 ] }
+ ]
});
});
$('.datatables-with-export').show();
@@ -401,4 +404,4 @@
{% endblock %}