mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	Updates can send progress update status
This commit is contained in:
		@@ -52,7 +52,13 @@ $(window).on('load', function () {
 | 
			
		||||
    if (status.type == "Processing") {
 | 
			
		||||
      const id = 'update-' + status.update_id;
 | 
			
		||||
      const content = $(`#${id} .updateStatus.content`);
 | 
			
		||||
      content.html('processing');
 | 
			
		||||
      content.html('processing...');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (status.type == "Progressing") {
 | 
			
		||||
      const id = 'update-' + status.update_id;
 | 
			
		||||
      const content = $(`#${id} .updateStatus.content`);
 | 
			
		||||
      content.html('progressing...');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (status.type == "Processed") {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user