progress
This commit is contained in:
parent
d70253d6a6
commit
fa645dde92
51 changed files with 657 additions and 281 deletions
7
ui/src/core/model/active_pipiline.ts
Normal file
7
ui/src/core/model/active_pipiline.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
export interface ActivePipeline {
|
||||
pipelineIsRunning: boolean;
|
||||
projectUUID?: string | null;
|
||||
lastProcessCompleteCount: number | null;
|
||||
error: any;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue