mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Fix search query for proxy
This commit is contained in:
		| @@ -73,7 +73,7 @@ module.exports = Mn.View.extend({ | ||||
|             e.preventDefault(); | ||||
|             let query = this.ui.query.val(); | ||||
|  | ||||
|             this.fetch(['owner', 'certificate'], query) | ||||
|             this.fetch(['owner', 'access_list', 'certificate'], query) | ||||
|                 .then(response => this.showData(response)) | ||||
|                 .catch(err => { | ||||
|                     this.showError(err); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user