update deps; adjusted API for build -> built change

This commit is contained in:
2024-06-23 13:17:26 +02:00
parent 6746d08304
commit 8ccaf83b0b
12 changed files with 3318 additions and 854 deletions

View File

@@ -180,7 +180,7 @@ const selectStatus = ref({ title: 'Status (any)', value: 'any' })
const selectStatusItems = [
{ title: 'Status (any)', value: 'any' },
{ title: 'Latest', value: 'latest' },
{ title: 'Built', value: 'build' },
{ title: 'Built', value: 'built' },
{ title: 'Failed', value: 'failed' },
{ title: 'Skipped', value: 'skipped' },
{ title: 'Delayed', value: 'delayed' },