mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-11-04 00:02:38 -05:00 
			
		
		
		
	[Web] fix Spamfilter flag fwdhosts wrong naming
This commit is contained in:
		
							parent
							
								
									36fa5dc633
								
							
						
					
					
						commit
						152431a7d7
					
				@ -331,7 +331,10 @@ jQuery(function($){
 | 
			
		||||
          {
 | 
			
		||||
            title: lang.spamfilter,
 | 
			
		||||
            data: 'keep_spam',
 | 
			
		||||
            defaultContent: ''
 | 
			
		||||
            defaultContent: '',
 | 
			
		||||
            render: function(data, type){
 | 
			
		||||
              return 'yes'==data?'<i class="bi bi-x-lg"></i>':'no'==data&&'<i class="bi bi-check-lg"></i>';
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
            title: lang.action,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user