Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
665f66e57fc6
Commit
d65c42d7
authored
Mar 12, 2020
by
Simon Chabot
Browse files
[debugtoolbar] Make SQL and RQL tables sortable
It's usefull to sort query by duration for instance.
parent
edfee40475bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
cubicweb/pyramid/debug_toolbar_templates/rql.dbtmako
View file @
665f66e5
<table id="rql-table" class="table table-striped table-condensed">
<table id="rql-table" class="
pDebugSortable
table table-striped table-condensed">
<thead>
<tr>
<th class="table-col-1">#</th>
...
...
cubicweb/pyramid/debug_toolbar_templates/sql.dbtmako
View file @
665f66e5
<table id="sql-table" class="table table-striped table-condensed">
<table id="sql-table" class="
pDebugSortable
table table-striped table-condensed">
<thead>
<tr>
<th class="table-col-index">#</th>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment