mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-25 17:41:57 -04:00
fixed dry run usage
This commit is contained in:
@@ -51,4 +51,5 @@ export interface SearchEvent {
|
||||
completedAt: string | null;
|
||||
grabbedItems: unknown[] | null;
|
||||
cycleRunId: string | null;
|
||||
isDryRun: boolean;
|
||||
}
|
||||
|
||||
@@ -126,6 +126,9 @@
|
||||
{{ event.searchStatus }}
|
||||
</app-badge>
|
||||
}
|
||||
@if (event.isDryRun) {
|
||||
<app-badge severity="accent" size="sm">Dry Run</app-badge>
|
||||
}
|
||||
@if (event.cycleRunId) {
|
||||
<span class="list-row__cycle">{{ event.cycleRunId.substring(0, 8) }}</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user