Sha256: 4f5865ab430ca8470a0bccf28443e9a92c1598c287d04166f6bce785fcb1f80f
Contents?: true
Size: 826 Bytes
Versions: 1
Compression:
Stored size: 826 Bytes
Contents
<div class='container-fluid'> <h3 class='pt-4'><%= t '.title' %></h3> <div class='row'> <div class='col-md-12'> <%= content_tag 'table', id: 'logs', class: 'table table-striped', data: {source: logs_path(format: :json)} do %> <thead> <tr> <th class='severity'> <%= Log.human_attribute_name(:severity) %> </th> <th class='timestamp'> <%= Log.human_attribute_name(:created_at) %> </th> <th class='message'> <%= Log.human_attribute_name(:message) %> </th> <th class='category'> <%= Log.human_attribute_name(:category) %> </th> </tr> </thead> <tbody> </tbody> <% end %> </div> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chaltron-1.0.5 | app/views/chaltron/logs/index.html.erb |