You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 04:11:42 +03:00 
			
		
		
		
	Proxy host modal basis, other improvements
This commit is contained in:
		@@ -131,7 +131,7 @@ export default function (tokenString) {
 | 
			
		||||
						const rows = await query;
 | 
			
		||||
						objects = [];
 | 
			
		||||
						_.forEach(rows, (ruleRow) => {
 | 
			
		||||
							result.push(ruleRow.id);
 | 
			
		||||
							objects.push(ruleRow.id);
 | 
			
		||||
						});
 | 
			
		||||
 | 
			
		||||
						// enum should not have less than 1 item
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user