Sha256: 725603c14179b9cc20d77209ba715de6bb2743436487764f5a0ce1d281b582b6
Contents?: true
Size: 1002 Bytes
Versions: 22
Compression:
Stored size: 1002 Bytes
Contents
<div class='container-fluid'> <h3 class='page-header'><%= t '.title' %></h3> <div class='row'> <div class='col-md-12'> <div class='panel panel-default'> <div class='panel-body'> <%= content_tag 'table', id: 'logs', class: 'table table-striped', data: {source: logs_path(format: :json)} do %> <thead> <tr> <th> <%= 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> </div> </div>
Version data entries
22 entries across 22 versions & 1 rubygems