refactor(frontend): 调整账号页面错误透传规则按钮位置
将错误透传规则按钮从自动刷新按钮前面移动到后面
This commit is contained in:
@@ -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 @@
|
|||||||
</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
|
||||||
|
|||||||
Reference in New Issue
Block a user