Initial working prototype
This commit is contained in:
parent
3f6ff87370
commit
ccc5337dc1
17 changed files with 506 additions and 57 deletions
5
frontend/src/Lib/Models/Service.ts
Normal file
5
frontend/src/Lib/Models/Service.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export interface Service {
|
||||
containerNamespace: string;
|
||||
name: string;
|
||||
running: boolean;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue