fix: 删除 hosts 错误提示信息 (#3614)

This commit is contained in:
ssongliu 2024-01-15 14:15:55 +08:00 committed by GitHub
parent 6879b92db3
commit 204a9fac87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,6 @@
<el-row type="flex" justify="center" v-loading="loading">
<el-col :span="22">
<el-alert
:title="$t('toolbox.device.timeZoneHelper')"
class="common-prompt"
:closable="false"
type="warning"
/>
<el-radio-group v-model="confShowType" @change="changeMode">
<el-radio-button label="base">{{ $t('database.baseConf') }}</el-radio-button>
<el-radio-button label="all">{{ $t('database.allConf') }}</el-radio-button>