Skip to content

Commit f0ce90d

Browse files
Merge pull request #524 from michaelwoerister/query_function
detailed view: Rename 'Query' column header to 'Query/Function'.
2 parents 88964e3 + 3b0f1fb commit f0ce90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/detailed-query.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3 id="title"></h3>
4545
<table>
4646
<thead>
4747
<tr id="table-header">
48-
<th data-sort-idx="1" data-default-sort-dir="1">Query</th>
48+
<th data-sort-idx="1" data-default-sort-dir="1">Query/Function</th>
4949
<th data-sort-idx="2" data-default-sort-dir="-1">Time</th>
5050
<th class="delta">Δ</th>
5151
<th data-sort-idx="5" data-default-sort-dir="-1">Invocations</th>

0 commit comments

Comments
 (0)