HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 8.2.29
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/components/table-backups.php
<?php
use BackWPup\Utils\BackWPupHelpers;
?>
<table class="w-full" id="backwpup-backup-history">
  <thead class="max-md:hidden">
    <tr class="*:pb-2 *:border-b *:border-grey-300 *:text-grey-700 *:text-base *:font-normal *:font-title">
      <th>
        <?php
        BackWPupHelpers::component("form/checkbox", [
          "name" => "bulk_select",
          "style" => "light",
          "trigger" => "select-all",
        ]);
        ?>
      </th>
      <th class="px-8 text-left"><?php _e("Created at", 'backwpup'); ?></th>
      <th class="px-8"><?php _e("Type", 'backwpup'); ?></th>
      <th class=" px-8 text-left"><?php _e("Stored on", 'backwpup'); ?></th>
      <th class="px-8 text-left"><?php _e("Data", 'backwpup'); ?></th>
      <th class="px-8 text-right"><?php _e("Actions", 'backwpup'); ?></th>
    </tr>
  </thead>
  <tbody class="max-md:flex max-md:flex-col max-md:gap-4">

  </tbody>
</table>