remove ids from indexes and on attributes view

This commit is contained in:
2025-03-27 22:58:13 -07:00
parent 4e61189d03
commit 787f318032
5 changed files with 0 additions and 10 deletions

View File

@@ -11,7 +11,6 @@
<table>
<thead>
<tr>
<th><?= $this->Paginator->sort('id') ?></th>
<th><?= $this->Paginator->sort('name') ?></th>
<th><?= $this->Paginator->sort('catalog_description') ?></th>
<th><?= $this->Paginator->sort('enabled') ?></th>
@@ -21,7 +20,6 @@
<tbody>
<?php foreach ($productCatalogs as $productCatalog): ?>
<tr>
<td><?= $productCatalog->id; ?></td>
<td><?= h($productCatalog->name) ?></td>
<td><?= h($productCatalog->catalog_description) ?></td>
<td><?= h($productCatalog->enabled) ?></td>