Sha256: 7113c33efe00daa05f44f467cde41332a33a138d8656289b8cab4e68305944eb
Contents?: true
Size: 1.03 KB
Versions: 16
Compression:
Stored size: 1.03 KB
Contents
<%= render 'builder_apm/shared/header' %> <table id="error_table"> <thead> <tr> <th class="sortable" data-field="start_time">Time</th> <th class="sortable" data-field="controller_action">Controller#Action</th> <th class="sortable" data-field="method">Method</th> <th class="sortable" data-field="status">Status</th> <th class="sortable" data-field="exception_class">Error Class</th> <th class="sortable" data-field="exception_message">Error Message</th> <th class="sortable" data-field="exception_backtrace">Trace</th> </tr> </thead> <tbody> <!-- Table content will be populated here by JavaScript --> </tbody> </table> <script src="https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dygraph.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dygraph/2.1.0/dygraph.min.css" /> <%= render 'builder_apm/js/error_requests' %> <%= render 'builder_apm/shared/footer' %>
Version data entries
16 entries across 16 versions & 1 rubygems