mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	add basic functionality to front end
This commit is contained in:
		| @@ -40,7 +40,7 @@ module.exports = Mn.View.extend({ | ||||
|     onRender: function () { | ||||
|         let view = this; | ||||
|  | ||||
|         App.Api.Nginx.AccessLists.getAll(['owner', 'items']) | ||||
|         App.Api.Nginx.AccessLists.getAll(['owner', 'items', 'clients']) | ||||
|             .then(response => { | ||||
|                 if (!view.isDestroyed()) { | ||||
|                     if (response && response.length) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user