mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
🐛 fix: reconcile resource changes
This commit is contained in:
@@ -101,7 +101,9 @@ export class ReverseProxyController extends BaseController {
|
||||
oldProxy.external_port !== newProxy.external_port ||
|
||||
oldProxy.listen_port !== newProxy.listen_port ||
|
||||
oldProxy.description !== newProxy.description ||
|
||||
oldProxy.service_type !== newProxy.service_type;
|
||||
oldProxy.service_type !== newProxy.service_type ||
|
||||
oldProxy.memory !== newProxy.memory ||
|
||||
oldProxy.type !== newProxy.type;
|
||||
|
||||
if (basicPropsChanged) return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user