Add node resource error, replace ping with about

This commit is contained in:
Ingo Oppermann
2023-07-25 17:17:20 +02:00
parent 81581091e8
commit d74165a90a
9 changed files with 182 additions and 60 deletions

View File

@@ -118,7 +118,7 @@ func (h *ClusterHandler) GetNodeFiles(c echo.Context) error {
Files: make(map[string][]string),
}
peerFiles := peer.Files()
peerFiles := peer.ProxyFileList()
files.LastUpdate = peerFiles.LastUpdate.Unix()