6 lines
		
	
	
		
			174 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			174 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="system-status-badge color-{{ .alert }}">
 | 
						|
  <!-- Depends on status -->
 | 
						|
  <img src="/images/icon-{{ .alert }}.svg" alt="{{ .alert }}"/>
 | 
						|
  {{ .description }}
 | 
						|
</div>
 |