Add internal speed pages
This commit is contained in:
parent
d5b21935ae
commit
92e2b45ada
7 changed files with 205 additions and 18 deletions
5
templates/internal/left-sidebar.html
Normal file
5
templates/internal/left-sidebar.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="left-sidebar">
|
||||
{{ make_tab_item('problem', 'fa fa-list', url('internal_problem'), _('Problem')) }}
|
||||
{{ make_tab_item('request_time', 'fa fa-angle-right', url('internal_request_time'), _('Average speed')) }}
|
||||
{{ make_tab_item('slow_request', 'fa fa-asterisk', url('internal_slow_request'), _('Slow requests')) }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue