* VRFS-2407 - show discarded correctly instead of unknown
This commit is contained in:
parent
53706aec71
commit
2c66aceea8
|
|
@ -246,7 +246,7 @@ context.JK.SyncViewer = class SyncViewer
|
|||
clientStateClass = 'missing'
|
||||
clientState = @clientStates.missing
|
||||
else
|
||||
clientStateClass = 'DISCARDED'
|
||||
clientStateMsg = 'DISCARDED'
|
||||
clientStateClass = 'discarded'
|
||||
clientState = @clientStates.discarded
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue