projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16073: Reduce process io preview table padding
[arvados.git]
/
src
/
models
/
runtime-status.ts
1
// Copyright (C) The Arvados Authors. All rights reserved.
2
//
3
// SPDX-License-Identifier: AGPL-3.0
4
5
export interface RuntimeStatus {
6
error?: string;
7
warning?: string;
8
activity?: string;
9
errorDetail?: string;
10
warningDetail?: string;
11
}