changed browser id to be server id
This commit is contained in:
parent
30e44abd03
commit
ff430424aa
@ -78,7 +78,7 @@ func (con Connection) getBrowserInfoFromServerId(serverId string) (*models.FileB
|
|||||||
}
|
}
|
||||||
|
|
||||||
return &models.FileBrowserInfo{
|
return &models.FileBrowserInfo{
|
||||||
Id: container.ID,
|
Id: serverInfo.Id,
|
||||||
OwnerId: browserInfo.OwnerId,
|
OwnerId: browserInfo.OwnerId,
|
||||||
ConnectedTo: *serverInfo,
|
ConnectedTo: *serverInfo,
|
||||||
Url: serverInfo.Id[:12] + ".browsers." + DOMAIN,
|
Url: serverInfo.Id[:12] + ".browsers." + DOMAIN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user