From 1f73feda22485a3d692d39f83980e082eb64c933 Mon Sep 17 00:00:00 2001 From: Genex1s Date: Wed, 31 Dec 2025 16:52:54 +0700 Subject: [PATCH] Menghapus icon check dan cross di Audit Logs(karena inkonsistensi ukuran) --- resources/views/adminkredit.blade.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/views/adminkredit.blade.php b/resources/views/adminkredit.blade.php index afa5f41..e3758a3 100644 --- a/resources/views/adminkredit.blade.php +++ b/resources/views/adminkredit.blade.php @@ -194,9 +194,6 @@ changes: { // Before column fullHtml += '
'; fullHtml += '
'; - fullHtml += ''; - fullHtml += ''; - fullHtml += ''; fullHtml += 'Before'; fullHtml += '
'; fullHtml += '
'; @@ -213,9 +210,6 @@ changes: { // After column fullHtml += '
'; fullHtml += '
'; - fullHtml += ''; - fullHtml += ''; - fullHtml += ''; fullHtml += 'After'; fullHtml += '
'; fullHtml += '
';