mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	Fix display of conntrack helpers
This commit is contained in:
		
							parent
							
								
									112b69bf87
								
							
						
					
					
						commit
						15f8de953f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -235,7 +235,8 @@ return view.extend({
 | 
			
		|||
		o.depends('auto_helper', '0');
 | 
			
		||||
		o.modalonly = true;
 | 
			
		||||
		for (var i = 0; i < ctHelpers.length; i++)
 | 
			
		||||
			o.value(ctHelpers[i].name, '<span class="hide-close">%s (%s)</span><span class="hide-open">%s</span>'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase(), ctHelpers[i].name.toUpperCase()));
 | 
			
		||||
			//o.value(ctHelpers[i].name, '<span class="hide-close">%s (%s)</span><span class="hide-open">%s</span>'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase(), ctHelpers[i].name.toUpperCase()));
 | 
			
		||||
			o.value(ctHelpers[i].name, '%s (%s)'.format(ctHelpers[i].description, ctHelpers[i].name.toUpperCase()));
 | 
			
		||||
 | 
			
		||||
		o = s.taboption('advanced', form.Flag, 'log', _('Enable logging on this zone'));
 | 
			
		||||
		o.modalonly = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue