This commit is contained in:
2025-05-30 17:31:59 -04:00
parent 5c85411c69
commit f2c2b69d63
9 changed files with 38 additions and 41 deletions

View File

@ -777,8 +777,8 @@ async function showOpenBoxModal(inventoryItemId, physicalItemId) {
<td class="px-6 py-4 whitespace-nowrap">
<input type="checkbox" class="manabox-file-checkbox rounded border-gray-600 bg-gray-700 text-blue-600 focus:ring-blue-500" value="${file.id}">
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300">${file.source}</td>
<td class="px-6 py-4 text-sm text-gray-300">${file.description}</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300">${file.file_metadata.source}</td>
<td class="px-6 py-4 text-sm text-gray-300">${file.file_metadata.description}</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-300">${formatDate(file.created_at)}</td>
</tr>
`).join('')}