change some admin stuff
Build / Build-image (push) Successful in 1m18s

This commit is contained in:
2026-09-05 15:07:14 +02:00
parent 890bb53ef6
commit dada5855ab
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
env:
IMAGE_NAME: tladle
REGISTRY_NAME: gitea.sc0tt.org
GIT_TAG: 1.3.1
GIT_TAG: 2.0
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -31,7 +31,7 @@ class TlasTable
->dateTime()
->sortable()
->toggleable(isToggledHiddenByDefault: true),
])
])->defaultSort('used', direction: 'asc')
->filters([
//
])
@@ -98,6 +98,7 @@ class TlaResource extends Resource
DeleteBulkAction::make(),
]),
]);
}
public static function getPages(): array