Add cancellation reason tracking with user/system codes and UI
This commit is contained in:
@@ -89,6 +89,10 @@ export interface LogLine {
|
||||
timestamp: string;
|
||||
}
|
||||
|
||||
export interface CancelJobRequest {
|
||||
reason?: string;
|
||||
}
|
||||
|
||||
export interface SSHKey {
|
||||
id: number;
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user