We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7329603 commit 9d926edCopy full SHA for 9d926ed
web/src/pages/group/List.vue
@@ -250,9 +250,9 @@
250
</el-row>
251
</el-form-item>
252
253
- <el-form-item label="分割DNS" prop="split_dns">
+ <el-form-item label="内网域名" prop="split_dns">
254
<el-row class="msg-info">
255
- <el-col :span="20">一般留空。如果输入域名,只有配置的域名(包含子域名)走配置的dns</el-col>
+ <el-col :span="20">(分割DNS)一般留空。如果输入域名,只有配置的域名(包含子域名)走配置的dns</el-col>
256
<el-col :span="4">
257
<el-button size="mini" type="success" icon="el-icon-plus" circle
258
@click.prevent="addDomain(ruleForm.split_dns)"></el-button>
0 commit comments