Commit bd7fdb5e authored by shaw's avatar shaw
Browse files

refactor(frontend): 调整账号页面错误透传规则按钮位置

将错误透传规则按钮从自动刷新按钮前面移动到后面
parent a381910e
...@@ -16,16 +16,6 @@ ...@@ -16,16 +16,6 @@
@sync="showSync = true" @sync="showSync = true"
@create="showCreate = 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> <template #after>
<!-- Auto Refresh Dropdown --> <!-- Auto Refresh Dropdown -->
<div class="relative" ref="autoRefreshDropdownRef"> <div class="relative" ref="autoRefreshDropdownRef">
...@@ -72,6 +62,16 @@ ...@@ -72,6 +62,16 @@
</div> </div>
</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 --> <!-- Column Settings Dropdown -->
<div class="relative" ref="columnDropdownRef"> <div class="relative" ref="columnDropdownRef">
<button <button
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment