add search reindex capability
This commit is contained in:
		@ -152,7 +152,8 @@ else
 | 
			
		||||
 | 
			
		||||
    private async Task Refresh()
 | 
			
		||||
    {
 | 
			
		||||
        ShowProgressIndicator();
 | 
			
		||||
        await GetJobs();
 | 
			
		||||
        StateHasChanged();
 | 
			
		||||
        HideProgressIndicator();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -78,7 +78,8 @@ else
 | 
			
		||||
 | 
			
		||||
    private async Task Refresh()
 | 
			
		||||
    {
 | 
			
		||||
        ShowProgressIndicator();
 | 
			
		||||
        await GetJobLogs();
 | 
			
		||||
        StateHasChanged();
 | 
			
		||||
        HideProgressIndicator();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user