Add postgres host to .env, filter out sum values for country

This commit is contained in:
Guntis Smaukstelis
2024-01-01 20:25:39 +02:00
parent 7d78a96e35
commit 8534d36ec6
4 changed files with 26 additions and 3 deletions
+12
View File
@@ -41,4 +41,16 @@ thead {
.primary:hover {
background-color: #ffb92d;
}
table td {
padding: 3px 7px;
}
table tr:nth-child(odd) {
background: #d6d6d6;
}
table tr:hover {
background: #c0c0c0;
}