Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
e93f0864
Commit
e93f0864
authored
Jan 15, 2026
by
IanShaw027
Browse files
fix(ops): 请求时长详情显示所有请求
- 移除请求时长卡片详情按钮的 min_duration_ms 参数限制 - 现在点击详情会显示所有请求,按时长倒序排列 - 不再只显示 P99 以上的请求
parent
930e9ee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/admin/ops/components/OpsDashboardHeader.vue
View file @
e93f0864
...
@@ -1277,7 +1277,7 @@ function handleToolbarRefresh() {
...
@@ -1277,7 +1277,7 @@ function handleToolbarRefresh() {
v
-
if
=
"
!props.fullscreen
"
v
-
if
=
"
!props.fullscreen
"
class
=
"
text-[10px] font-bold text-blue-500 hover:underline
"
class
=
"
text-[10px] font-bold text-blue-500 hover:underline
"
type
=
"
button
"
type
=
"
button
"
@
click
=
"
openDetails({ title: t('admin.ops.latencyDuration'), sort: 'duration_desc'
, min_duration_ms: Math.max(Number(durationP99Ms ?? 0), 0)
}
)
"
@
click
=
"
openDetails({ title: t('admin.ops.latencyDuration'), sort: 'duration_desc'
}
)
"
>
>
{{
t
(
'
admin.ops.requestDetails.details
'
)
}}
{{
t
(
'
admin.ops.requestDetails.details
'
)
}}
<
/button
>
<
/button
>
...
...
Write
Preview
Markdown
is supported
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