File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
{% set start_time = statement .start_time | default (null ) %}
57
57
{% set end_time = statement .end_time | default (null ) %}
58
58
59
- <td class =" nowrap" >{{ idx }}</td >
59
+ <td class =" nowrap" >{{ idx + 1 }}</td >
60
60
<td class =" nowrap" >{% if start_time is not null and end_time is not null %}{{ ' %0.2f' | format (end_time - start_time ) }}ms{% endif %}</td >
61
61
<td >
62
62
<div >
63
63
{{ statement .query | default (' ' ) }}
64
64
</div >
65
65
<div class =" text-small font-normal" >
66
- <a href =" #" class =" sf-toggle link-inverse" data-toggle-selector =" #result- {{ idx }}" data-toggle-alt-content =" Hide result " data-toggle-original-content =" View result " >View result </a >
66
+ <a href =" #" class =" sf-toggle link-inverse" data-toggle-selector =" #neo4j-details- {{ idx }}" data-toggle-alt-content =" Hide details " data-toggle-original-content =" View details " >View details </a >
67
67
</div >
68
68
69
- <div id =" result -{{ idx }}" >
69
+ <div id =" neo4j-details -{{ idx }}" >
70
70
<div >
71
71
<strong class =" font-normal text-small" >Parameters</strong >: {{ statement .parameters | default ([])| yaml_encode }}
72
72
</div >
You can’t perform that action at this time.
0 commit comments