LiveUpdate for clusters
This commit is contained in:
parent
18cd8bf43a
commit
84d1bb746b
4 changed files with 31 additions and 18 deletions
|
@ -365,6 +365,6 @@ canProxyForRemote rs myproxies myclusters remoteuuid =
|
|||
|
||||
mkProxyMethods :: ProxyMethods
|
||||
mkProxyMethods = ProxyMethods
|
||||
{ removedContent = \u k -> logChange NoLiveUpdate k u InfoMissing
|
||||
, addedContent = \u k -> logChange NoLiveUpdate k u InfoPresent
|
||||
{ removedContent = \lu u k -> logChange lu k u InfoMissing
|
||||
, addedContent = \lu u k -> logChange lu k u InfoPresent
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue