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
6ad29a47
"frontend/src/api/vscode:/vscode.git/clone" did not exist on "01d8286bd9e48bdf24e0d1cb8322cf304f833020"
Commit
6ad29a47
authored
Jan 12, 2026
by
IanShaw027
Browse files
style(ops): 移除未使用的 isAutoRefreshActive 变量
parent
2d45e61a
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/admin/ops/OpsDashboard.vue
View file @
6ad29a47
...
...
@@ -295,7 +295,7 @@ const autoRefreshIntervalMs = ref(30000) // default 30 seconds
const
autoRefreshCountdown
=
ref
(
0
)
// Auto refresh timer
const
{
pause
:
pauseAutoRefresh
,
resume
:
resumeAutoRefresh
,
isActive
:
isAutoRefreshActive
}
=
useIntervalFn
(
const
{
pause
:
pauseAutoRefresh
,
resume
:
resumeAutoRefresh
}
=
useIntervalFn
(
()
=>
{
if
(
autoRefreshEnabled
.
value
&&
opsEnabled
.
value
&&
!
loading
.
value
)
{
fetchData
()
...
...
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