Sha256: 40a08d79b7ba2895f2de3e35a769f1d9ee0966fe4c7151a7322b09c30b0cd2aa
Contents?: true
Size: 733 Bytes
Versions: 5
Compression:
Stored size: 733 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">Controller#Action</th> <th class="sortable" data-field="status">Status</th> <th class="sortable" data-field="real_duration_time">Duration (ms)</th> <th class="sortable" data-field="calc_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
5 entries across 5 versions & 1 rubygems