GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
440 B

@php
$tag = ($tag ?? 'td') === 'th' ? 'th' : 'td';
@endphp
@if ($tag === 'th')
<th class="list-col-row-hint px-3 py-3 text-center font-medium whitespace-nowrap bg-slate-800 border-b border-slate-700 w-11" aria-label="Aksi baris"></th>
@else
<td class="list-col-row-hint px-3 py-3 text-center text-slate-500" aria-hidden="true">
<span class="list-row-hint-icon" title="Ketuk baris untuk aksi"></span>
</td>
@endif