Sha256: 690d32be2a46d3282780b24703b7b2d4e01f5a45618f91ba1dc93b97b9cf02c4
Contents?: true
Size: 592 Bytes
Versions: 10
Compression:
Stored size: 592 Bytes
Contents
<% 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> <a href="<%= root_path('errors', error_msg.partition, error_msg.offset) %>" class="btn btn-sm btn-secondary text-white"> Details </a> </td> </tr>
Version data entries
10 entries across 10 versions & 1 rubygems