Make audit-table responsive

This commit is contained in:
2025-07-16 06:54:48 +02:00
parent 3efc4d7fa5
commit 45ae0929e6
2 changed files with 198 additions and 145 deletions

View File

@ -174,7 +174,6 @@ function itemSelected(event: Event) {
} else {
const secretId = el.dataset.name
const parentId = el.dataset.parentId
console.log(el.dataset)
router.push({
name: 'ClientSecret',
params: { parentId: el.dataset.parentId, id: el.dataset.name },