mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-11-03 20:54:27 +01:00 
			
		
		
		
	monitoring: Use the ellipsis view helper in the notifications overview
This commit is contained in:
		
							parent
							
								
									cbbd811adb
								
							
						
					
					
						commit
						423e4c55a8
					
				@ -52,7 +52,7 @@ use Icinga\Module\Monitoring\Object\Service;
 | 
				
			|||||||
                    <?= $this->link()->host($notification->host, $notification->host_display_name) ?>
 | 
					                    <?= $this->link()->host($notification->host, $notification->host_display_name) ?>
 | 
				
			||||||
                <?php endif ?>
 | 
					                <?php endif ?>
 | 
				
			||||||
                <br>
 | 
					                <br>
 | 
				
			||||||
                <?= $this->escape(substr($notification->notification_output, 0, 10000)); ?>
 | 
					                <?= $this->escape($this->ellipsis($notification->notification_output, 10000)) ?>
 | 
				
			||||||
                <br>
 | 
					                <br>
 | 
				
			||||||
                <?php if (! $this->contact): ?>
 | 
					                <?php if (! $this->contact): ?>
 | 
				
			||||||
                    <small>
 | 
					                    <small>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user