added amazon importer and logging smtp

This commit is contained in:
2026-03-20 16:22:38 +01:00
parent 9fdada5dbe
commit a4e39332c7
16 changed files with 2619 additions and 255 deletions
+15
View File
@@ -200,6 +200,11 @@ main {
color: #856404;
}
.badge-info {
background: #d1ecf1;
color: #0c5460;
}
.badge-inactive {
background: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.7);
@@ -236,6 +241,16 @@ main {
border: 1px solid #bee5eb;
}
/* Allow cards with tables to scroll horizontally */
.card-table {
overflow-x: auto;
}
/* Wider main container for pages with large tables */
.main-wide {
max-width: 95%;
}
table {
width: 100%;
border-collapse: collapse;