domain
This commit is contained in:
parent
1ee0471d95
commit
186a830dd8
@ -19,6 +19,7 @@ type ServerInfo struct {
|
||||
On bool
|
||||
Nickname string
|
||||
Ports []Port
|
||||
Domain string
|
||||
}
|
||||
|
||||
type FileBrowserInfo struct {
|
||||
|
@ -136,6 +136,7 @@ func (con Connection) getServerInfo(volume volume.Volume) (*models.ServerInfo, e
|
||||
Ports: ports,
|
||||
Nickname: serverData.Nickname,
|
||||
DefaultCommand: serverData.DefaultCommand,
|
||||
Domain: DOMAIN,
|
||||
}
|
||||
return &serverInfo, nil
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user