ui: utils: eslint format fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		@ -225,7 +225,6 @@ Ext.define('PBS.Utils', {
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    get_help_tool: function(blockid) {
 | 
			
		||||
 | 
			
		||||
	let info = Proxmox.Utils.get_help_info(blockid);
 | 
			
		||||
	if (info === undefined) {
 | 
			
		||||
	    info = Proxmox.Utils.get_help_info('pbs_documentation_index');
 | 
			
		||||
@ -244,7 +243,7 @@ Ext.define('PBS.Utils', {
 | 
			
		||||
	    tooltip: title,
 | 
			
		||||
	    handler: function() {
 | 
			
		||||
		window.open(docsURI);
 | 
			
		||||
	    }
 | 
			
		||||
	    },
 | 
			
		||||
        };
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user