Sha256: 2715cf6d67ebb284fdca9e217c7f3525a664ea8322d0d0585409e5ee53687af8
Contents?: true
Size: 786 Bytes
Versions: 15
Compression:
Stored size: 786 Bytes
Contents
<%= render 'builder_apm/shared/header' %> <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="duration">Duration (ms)</th> <th class="sortable" data-field="db_runtime">DB Runtime (ms)</th> <th class="sortable" data-field="view_runtime">View Runtime (ms)</th> </tr> </thead> <tbody> <!-- Table content will be populated here by JavaScript --> </tbody> </table> <%= render 'builder_apm/js/recent_requests' %> <%= render 'builder_apm/shared/footer' %>
Version data entries
15 entries across 15 versions & 1 rubygems