ui: nav tree: code cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		@ -251,9 +251,7 @@ Ext.define('PBS.view.main.NavigationTree', {
 | 
			
		||||
		let me = this;
 | 
			
		||||
		Ext.create('PBS.DataStoreEdit', {
 | 
			
		||||
		    listeners: {
 | 
			
		||||
			destroy: function() {
 | 
			
		||||
			    me.rstore.reload();
 | 
			
		||||
			},
 | 
			
		||||
			destroy: () => me.rstore.reload(),
 | 
			
		||||
		    },
 | 
			
		||||
		}).show();
 | 
			
		||||
		return false;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user