DISPLAY AND DOWNLOAD LOGS

This commit is contained in:
BIG2EYEZ
2024-01-01 17:08:02 +08:00
parent e538a5fb6e
commit 7cc372497b
7 changed files with 525 additions and 351 deletions

View File

@ -221,4 +221,18 @@ body {
background-color: #0056b3;
border-color: #0056b3;
}
.logs-table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
}
.logs-table th, .logs-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.logs-table th {
background-color: #f2f2f2;
}