asdf
This commit is contained in:
@ -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('')}
|
||||
|
Reference in New Issue
Block a user