Sha256: ed72dfbd7c01ce1115b813513eed9b38a75d4edfc3eb202757b3b5cdc43c2119
Contents?: true
Size: 855 Bytes
Versions: 7
Compression:
Stored size: 855 Bytes
Contents
<% if error_msg.is_a?(Integer) %> <tr> <td colspan="5" class="text-center text-muted"> This error has either been removed or compacted and is no longer available. </td> </tr> <% else %> <% error = error_msg.payload %> <tr> <td> <% if error[:details].key?(:topic) %> <%= error[:details][:topic] %>: <%= error[:details][:partition] %> <% else %> <%= error[:type] %> <% end %> </td> <td> <%== error[:process_name] %> </td> <td> <%= error[:error_class] %>: <%= error[:error_message].first(200) %> </td> <td> <%== relative_time error[:occurred_at] %> </td> <td class="text-center"> <a href="<%= root_path('errors', error_msg.offset) %>" class="btn btn-sm btn-secondary text-white"> Details </a> </td> </tr> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems