New: Show search parameters on History view

This commit is contained in:
Qstick
2021-04-18 20:41:06 -04:00
parent b7343f2e0e
commit 0454e547ac
5 changed files with 205 additions and 11 deletions
+7
View File
@@ -33,3 +33,10 @@
width: 70px;
}
.parameters {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
display: flex;
flex-wrap: wrap;
}