ubah name field header di pengajuan file

This commit is contained in:
JokoPrasetio 2026-06-26 16:25:22 +07:00
parent ca4dbf0486
commit 79a568a008
2 changed files with 1 additions and 3 deletions

View File

@ -376,8 +376,6 @@ document.addEventListener('DOMContentLoaded', () => {
<td>${item.folder || '-'}</td> <td>${item.folder || '-'}</td>
<td>${item.part || '-'}</td> <td>${item.part || '-'}</td>
<td><span class="badge bg-info">${item.action_type}</span></td> <td><span class="badge bg-info">${item.action_type}</span></td>
<td class="text-nowrap">${tanggalTerbit}</td>
<td class="text-nowrap">${tanggalExp}</td>
<td class="text-nowrap">${tanggal}</td> <td class="text-nowrap">${tanggal}</td>
</tr> </tr>
`; `;

View File

@ -145,7 +145,7 @@
<th>Kategori</th> <th>Kategori</th>
<th>Unit</th> <th>Unit</th>
<th>Aksi</th> <th>Aksi</th>
<th>Tanggal Upload</th> <th>Tanggal Aksi</th>
</tr> </tr>
</thead> </thead>
<tbody id="tableHistoryFile"> <tbody id="tableHistoryFile">