MGMT UI: display deletion protection in vhost details
This commit is contained in:
		
							parent
							
								
									6281dcb798
								
							
						
					
					
						commit
						9ef226e571
					
				| 
						 | 
				
			
			@ -26,6 +26,10 @@
 | 
			
		|||
        <th>Default queue type:</th>
 | 
			
		||||
        <td><%= vhost.default_queue_type == "undefined" ? "<not set>" :vhost.default_queue_type %></td>
 | 
			
		||||
      </tr>
 | 
			
		||||
      <tr>
 | 
			
		||||
        <th>Deletion protection:</th>
 | 
			
		||||
        <td><%= vhost.protected_from_deletion ? "enabled" :"disabled" %></td>
 | 
			
		||||
      </tr>
 | 
			
		||||
      <tr>
 | 
			
		||||
        <th>State:</th>
 | 
			
		||||
        <td>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue