fix: recover run runtime state and logs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { JobResponse, ServerInstanceResponse, ServerMetricsResponse, UserContactProfile, UserStatus, UserThemePreferenceResponse } from "../api/types";
|
||||
import type { JobResponse, RunEndpointResponse, ServerInstanceResponse, ServerMetricsResponse, UserContactProfile, UserStatus, UserThemePreferenceResponse } from "../api/types";
|
||||
|
||||
export type WorkspaceRole = "platformAdmin" | "serverOwner" | "serverAdmin";
|
||||
|
||||
@@ -89,8 +89,9 @@ export interface OperationRecord {
|
||||
}
|
||||
|
||||
export interface ServerCardView {
|
||||
instance: ServerInstanceResponse;
|
||||
metrics?: ServerMetricsResponse;
|
||||
instance: ServerInstanceResponse;
|
||||
endpoint?: RunEndpointResponse;
|
||||
metrics?: ServerMetricsResponse;
|
||||
pendingJobs: number;
|
||||
activeJobs?: number;
|
||||
failedJobs?: number;
|
||||
|
||||
Reference in New Issue
Block a user