UI to browse usage records
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3529757. --> Reported by: [claudiu.cristea](https://www.drupal.org/user/56348) Related to !13 !14 >>> <ul> <li>A new column will be added to the table from <code>/admin/config/system/usage-track</code>: <ul> <li>Header: "Usages"</li> <li>Value: Number of usages for each row</li> <li>Position: After "Realtime recording"</li> </ul> </li> <li>A new operation "Browse" Will be added to the table from <code>/admin/config/system/usage-track</code>. Clicking the new operation will open a new admin UI to browse usage records: <ul> <li>Pagination: 100</li> <li>Columns: source entity type, source entity ID (string), destination entity type, destination entity ID (string), paths as YAML</li> <li>Filtering on: source entity type, destination entity type</li> <li>No JS select for the tableselect.</li> <li>Operation bulk delete (selected &amp; all) - This should be implemented with two buttons "Delete" and "Delete all".</li> </ul> </li> </ul>
issue