mirror of
https://github.com/immich-app/immich.git
synced 2025-10-29 01:44:49 -04:00
* feat(server/web): jobs clear button + queue status * adjust design and colors * Adjust some styling * show status next to buttons instead of on top * Update rounded corner for badge --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
942 B
Generated
942 B
Generated
openapi.model.AllJobStatusResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| thumbnailGenerationQueue | JobStatusDto | ||
| metadataExtractionQueue | JobStatusDto | ||
| videoConversionQueue | JobStatusDto | ||
| objectTaggingQueue | JobStatusDto | ||
| clipEncodingQueue | JobStatusDto | ||
| storageTemplateMigrationQueue | JobStatusDto | ||
| backgroundTaskQueue | JobStatusDto | ||
| searchQueue | JobStatusDto |