TRA-3440 - add confirmation message and info on hover (tooltip) chagne analyze to analysis (#109)

This commit is contained in:
gadotroee
2021-07-14 18:37:59 +03:00
committed by GitHub
parent 35f9e16e7c
commit 6e279bfca5
14 changed files with 162 additions and 349 deletions

View File

@@ -22,6 +22,7 @@ type AnalyzeStatus struct {
IsAnalyzing bool `json:"isAnalyzing"`
RemoteUrl string `json:"remoteUrl"`
IsRemoteReady bool `json:"isRemoteReady"`
SentCount int `json:"sentCount"`
}
type WebSocketStatusMessage struct {