mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 03:46:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			271 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			271 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'validation' => 'Inserisci almeno tre caratteri per iniziare la ricerca.',
 | |
|     'term' => [
 | |
|         'label' => 'Termine di ricerca',
 | |
|         'description' => 'Inserisci un nome del server, un uuid o un\'allocazione per iniziare la ricerca.',
 | |
|     ],
 | |
| ];
 | 
