diff --git a/templates/rooms/room.html b/templates/rooms/room.html index 0382dd1..d47f95c 100644 --- a/templates/rooms/room.html +++ b/templates/rooms/room.html @@ -522,7 +522,7 @@ function showDetailsModal(idx) {
${formatDate(item.modified)}

-
Room:
+
Room:
Path: ${(item.path ? item.path + '/' : '') + item.name}
Size: ${item.size === '-' ? '-' : (item.size > 0 ? (item.size < 1024*1024 ? (item.size/1024).toFixed(1)+' KB' : (item.size/1024/1024).toFixed(2)+' MB') : '0 KB')}
Uploaded at: ${item.uploaded_at ? new Date(item.uploaded_at).toLocaleString() : '-'}