File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 <div class =" flex-1" ></div >
3434 <p class =" text-xs text-muted-foreground" :title =" showAverageResponseTime ? 'Average response time' : 'Minimum and maximum response time'" >{{ formattedResponseTime }}</p >
3535 </div >
36- <div :class =" ['flex gap-0.5', lastHoverIndex && 'cursor-pointer']"
36+ <div :class =" ['flex gap-0.5', lastHoverIndex !== null && 'cursor-pointer']"
3737 @mouseleave =" clearTooltip()" >
3838 <div
3939 v-for =" (result, index) in displayResults"
Original file line number Diff line number Diff line change 3333 <p class =" text-xs text-muted-foreground" >Success Rate: {{ successRate }}%</p >
3434 <p class =" text-xs text-muted-foreground" v-if =" averageDuration" >{{ averageDuration }}ms avg</p >
3535 </div >
36- <div :class =" ['flex gap-0.5', lastHoverIndex && 'cursor-pointer']"
36+ <div :class =" ['flex gap-0.5', lastHoverIndex !== null && 'cursor-pointer']"
3737 @mouseleave =" clearTooltip()" >
3838 <div
3939 v-for =" (result, index) in displayResults"
You can’t perform that action at this time.
0 commit comments