Add Location handling

This commit is contained in:
Neshura 2023-03-14 22:32:53 +01:00
parent 26f9ac2099
commit 795609f0a0
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 48 additions and 75 deletions
interfaces

View file

@ -1,7 +1,9 @@
import { ServiceLocation } from './CardTypes';
export interface DockerInfo {
name: string,
status: DockerStatus,
id: string
location: ServiceLocation,
}
export enum DockerStatus {