diff options
| -rw-r--r-- | templates/_public_status_card.html.ep | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 2ff7ac1..6b2a5c3 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -134,6 +134,9 @@  								<li> <i class="material-icons tiny">warning</i> <%= $message->[0]->strftime('%H:%M') %>: <%= $message->[1] %></li>  							% }  						% } +						% for my $message (@{$journey->{extra_data}{qos_msg} // []}) { +							<li> <i class="material-icons tiny">info</i> <%= $message->[0]->strftime('%H:%M') %>: <%= $message->[1] %></li> +						% }  					</ul>  				</p>  			% } | 
