v2.0 #7

Merged
Belupeti merged 13 commits from dev into master 2026-09-05 20:28:29 +02:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit dada5855ab - Show all commits
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
env: env:
IMAGE_NAME: tladle IMAGE_NAME: tladle
REGISTRY_NAME: gitea.sc0tt.org REGISTRY_NAME: gitea.sc0tt.org
GIT_TAG: 1.3.1 GIT_TAG: 2.0
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@@ -31,7 +31,7 @@ class TlasTable
->dateTime() ->dateTime()
->sortable() ->sortable()
->toggleable(isToggledHiddenByDefault: true), ->toggleable(isToggledHiddenByDefault: true),
]) ])->defaultSort('used', direction: 'asc')
->filters([ ->filters([
// //
]) ])
@@ -98,6 +98,7 @@ class TlaResource extends Resource
DeleteBulkAction::make(), DeleteBulkAction::make(),
]), ]),
]); ]);
} }
public static function getPages(): array public static function getPages(): array