mirror of
				https://github.com/Icinga/icingaweb2.git
				synced 2025-10-31 03:14:31 +01:00 
			
		
		
		
	Store messages in the current user session to be able to fetch messages from other controllers, so that the use can be redirected back to the index, instead of staying in the original action refs #5100
		
			
				
	
	
		
			9 lines
		
	
	
		
			209 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			209 B
		
	
	
	
		
			PHTML
		
	
	
	
	
	
| 
 | |
| <h4><i class="icinga-icon-remove"></i>  Remove Backend "<?= $this->escape($this->name) ?>"</h4>
 | |
| 
 | |
| <p>
 | |
|   Are you sure you want to remove the backend <?= $this->escape($this->name) ?>?
 | |
| </p>
 | |
| 
 | |
| <?= $this->form; ?>
 |