Added request body

This commit is contained in:
2023-05-18 14:05:55 +02:00
parent a411613f27
commit 1f5087b929
7 changed files with 124 additions and 20 deletions

View File

@@ -70,15 +70,23 @@
color: white;
}
.table-default td{
text-align: center;
}
#header-table tr td {
border: 1px black solid;
padding: 1%;
padding: 1.5%;
}
#header-table{
border-collapse: collapse;
width: 100%;
height: 100%;
}
#historyTable, td{
padding: 1%;
overflow-x: scroll;
}