This commit is contained in:
parent
369453794b
commit
594f87f240
14 changed files with 226 additions and 43 deletions
7
frontend-vue/src/stores/remoteServer.ts
Normal file
7
frontend-vue/src/stores/remoteServer.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface RemoteServer {
|
||||
id: string;
|
||||
name: string;
|
||||
url: string;
|
||||
isSelf: boolean;
|
||||
isDead: boolean;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue