<% if scope.size == 0 %>
Everything is ok
<% else %>
<% scope.each do |snapshot| %>
<%= render(RailsServerMonitor::Warnings::WarningComponent.new(ctx: ctx, snapshot: snapshot,
warning: "#{snapshot.cpu_usage_percentage} % CPU USAGE"))%>
<% end %>
<% end %>