main
Ilham Wara Nugroho 2026-04-07 13:11:12 +07:00
parent 9d1988f327
commit dd33870fb4
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class HomeController extends Controller
'no' => $key+1,
'action' => $action,
'name' => 'Tabel '.@$row->nomor_tabel.' - '.@$row->name,
'pic' => @$row->pic,
'status' => @$status,
];
}

View File

@ -116,6 +116,7 @@
<tr>
<th class="text-[10px] border font-bold text-slate-900 text-center tengah align-middle" style="vertical-align: middle!important;" data-field="action">#</th>
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="name">Dataset</th>
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="pic">PIC</th>
<th class="text-[10px] border font-bold text-slate-900 text-center" data-field="status">Status</th>
</tr>
</thead>