Process file type and send it over

This commit is contained in:
2019-05-21 20:31:41 +05:30
parent 4f01ee8cb8
commit 51775c76f2
5 changed files with 47 additions and 11 deletions

View File

@@ -98,6 +98,12 @@ table td{
tbody tr:last-child{
border:0;
}
tbody td.file-isDir{
font-style: italic;
}
tbody td.file-isDir::after{
content: '/';
}
.box-shadow-1{