Add Location handling
This commit is contained in:
parent
26f9ac2099
commit
795609f0a0
4 changed files with 48 additions and 75 deletions
interfaces
|
@ -1,7 +1,9 @@
|
|||
import { ServiceLocation } from './CardTypes';
|
||||
export interface DockerInfo {
|
||||
name: string,
|
||||
status: DockerStatus,
|
||||
id: string
|
||||
location: ServiceLocation,
|
||||
}
|
||||
|
||||
export enum DockerStatus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue