Fixed Syncthing folder status events and exec command.
[src/xds/xds-agent.git] / webapp / src / app / config / config.component.ts
index 101596f..6377844 100644 (file)
@@ -102,7 +102,6 @@ export class ConfigComponent implements OnInit {
     xdsAgentRestartConn() {
         let url = this.xdsServerUrl;
         this.xdsAgentSvr.setServerUrl(this.curServerID, url);
-        this.configSvr.loadProjects();
     }
 
 }