[Client] Make default sort lastCommunicatedAt in instances list of admin panel
This commit is contained in:
		
							parent
							
								
									dc04869650
								
							
						
					
					
						commit
						fc660e869f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -148,7 +148,7 @@ export default Vue.extend({ | ||||||
| 		return { | 		return { | ||||||
| 			instance: null, | 			instance: null, | ||||||
| 			target: null, | 			target: null, | ||||||
| 			sort: '+caughtAt', | 			sort: '+lastCommunicatedAt', | ||||||
| 			state: 'all', | 			state: 'all', | ||||||
| 			limit: 50, | 			limit: 50, | ||||||
| 			instances: [], | 			instances: [], | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue