mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 02:46:55 +01:00 
			
		
		
		
	 96ec2eb3c2
			
		
	
	
		96ec2eb3c2
		
			
		
	
	
	
	
		
			
			* display_name_help: replace location with node * cpu_helper: 100% is one thread, not core * remove unnecessary "create_action" translation * nobody saw anything
		
			
				
	
	
		
			16 lines
		
	
	
		
			348 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			348 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'nav_title' => 'Webhooks',
 | |
|     'model_label' => 'Webhook',
 | |
|     'model_label_plural' => 'Webhooks',
 | |
|     'endpoint' => 'Endpoint',
 | |
|     'description' => 'Description',
 | |
|     'events' => 'Events',
 | |
|     'no_webhooks' => 'No Webhooks',
 | |
|     'table' => [
 | |
|         'description' => 'Description',
 | |
|         'endpoint' => 'Endpoint',
 | |
|     ],
 | |
| ];
 |