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
bd7fdb5e
Commit
bd7fdb5e
authored
Feb 06, 2026
by
shaw
Browse files
refactor(frontend): 调整账号页面错误透传规则按钮位置
将错误透传规则按钮从自动刷新按钮前面移动到后面
parent
a381910e
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/admin/AccountsView.vue
View file @
bd7fdb5e
...
...
@@ -16,16 +16,6 @@
@
sync=
"showSync = true"
@
create=
"showCreate = true"
>
<template
#before
>
<button
@
click=
"showErrorPassthrough = true"
class=
"btn btn-secondary"
:title=
"t('admin.errorPassthrough.title')"
>
<Icon
name=
"shield"
size=
"md"
class=
"mr-1.5"
/>
<span
class=
"hidden md:inline"
>
{{
t
(
'
admin.errorPassthrough.title
'
)
}}
</span>
</button>
</
template
>
<template
#after
>
<!-- Auto Refresh Dropdown -->
<div
class=
"relative"
ref=
"autoRefreshDropdownRef"
>
...
...
@@ -72,6 +62,16 @@
<
/div
>
<
/div
>
<!--
Error
Passthrough
Rules
-->
<
button
@
click
=
"
showErrorPassthrough = true
"
class
=
"
btn btn-secondary
"
:
title
=
"
t('admin.errorPassthrough.title')
"
>
<
Icon
name
=
"
shield
"
size
=
"
md
"
class
=
"
mr-1.5
"
/>
<
span
class
=
"
hidden md:inline
"
>
{{
t
(
'
admin.errorPassthrough.title
'
)
}}
<
/span
>
<
/button
>
<!--
Column
Settings
Dropdown
-->
<
div
class
=
"
relative
"
ref
=
"
columnDropdownRef
"
>
<
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