fix: service ui sync bug
This commit is contained in:
		@@ -76,6 +76,12 @@ class Configuration extends Component
 | 
			
		||||
    {
 | 
			
		||||
        try {
 | 
			
		||||
            GetContainersStatus::run($this->service->server);
 | 
			
		||||
            $this->service->applications->each(function ($application) {
 | 
			
		||||
                $application->refresh();
 | 
			
		||||
            });
 | 
			
		||||
            $this->service->databases->each(function ($database) {
 | 
			
		||||
                $database->refresh();
 | 
			
		||||
            });
 | 
			
		||||
            $this->dispatch('$refresh');
 | 
			
		||||
        } catch (\Exception $e) {
 | 
			
		||||
            return handleError($e, $this);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user