Starting inserting protocol and ip interface in services

This commit is contained in:
DomySh
2022-07-11 19:56:05 +02:00
parent 61af0fa982
commit c4ab4c628e
11 changed files with 74 additions and 103 deletions

View File

@@ -18,7 +18,8 @@ export type ServiceAddForm = {
name:string,
port:number,
ipv6:boolean,
internalPort?:number
proto:string,
ip_int:string,
}
export type ServiceAddResponse = {