Add cancellation reason tracking with user/system codes and UI

This commit is contained in:
2026-07-08 17:31:22 -04:00
parent 3c1bbce9e7
commit 69c4898a56
9 changed files with 137 additions and 32 deletions
+4
View File
@@ -89,6 +89,10 @@ export interface LogLine {
timestamp: string;
}
export interface CancelJobRequest {
reason?: string;
}
export interface SSHKey {
id: number;
label: string;