12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <table
- class="pb-3"
- >
- <thead>
-
- <th
- class="h-10 p-2.5 text-xs font-normal text-stone-200 ltr:text-left rtl:text-right dark:text-neutral-500"
- >
- <common-label-stub
- class="font-normal text-stone-200 dark:text-neutral-500 text-left"
- size="small"
- tag="span"
- />
-
-
- </th>
- <th
- class="h-10 p-2.5 text-xs font-normal text-stone-200 ltr:text-left rtl:text-right dark:text-neutral-500"
- >
- <common-label-stub
- class="font-normal text-stone-200 dark:text-neutral-500 text-left"
- size="small"
- tag="span"
- />
-
-
- </th>
-
- <th
- class="h-10 w-0 p-2.5 text-center"
- >
- <common-label-stub
- class="font-normal text-stone-200 dark:text-neutral-500"
- size="small"
- tag="span"
- />
- </th>
- </thead>
- <tbody>
-
- <tr>
-
- <td
- class="h-10 p-2.5 text-sm first:rounded-s-md last:rounded-e-md bg-blue-200 dark:bg-gray-700 text-left"
- >
-
- <common-label-stub
- class="inline text-black dark:text-white"
- size="medium"
- tag="span"
- />
-
-
-
- </td>
- <td
- class="h-10 p-2.5 text-sm first:rounded-s-md last:rounded-e-md bg-blue-200 dark:bg-gray-700 text-left"
- >
-
- <common-label-stub
- class="inline text-black dark:text-white"
- size="medium"
- tag="span"
- />
-
-
-
- </td>
-
- <td
- class="h-10 p-2.5 text-center first:rounded-s-md last:rounded-e-md bg-blue-200 dark:bg-gray-700"
- >
-
- <common-action-menu-stub
- actions="[object Object],[object Object]"
- buttonsize="medium"
- class="flex items-center justify-center"
- entity="[object Object]"
- nosingleactionmode="false"
- orientation="autoVertical"
- placement="end"
- />
-
- </td>
- </tr>
-
- </tbody>
- </table>
|