pull/131/head
StarsL.cn 2024-08-13 16:14:14 +08:00
parent 81063eccb1
commit 2a4b593a48
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@
<template slot="append">分钟</template> <template slot="append">分钟</template>
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item required label="新节点ID"> <el-form-item label="新节点ID">
<el-input v-model="jms_sync.nodeid" /> <el-input v-model="jms_sync.nodeid" :required="true" />
</el-form-item> </el-form-item>
<font size="3px" color="#ff0000">注意每个云账号必须在JumpServer创建一个新节点<br><br>JumpServer中已有的同名主机不会同步日志可查看同名信息</font> <font size="3px" color="#ff0000">注意每个云账号必须在JumpServer创建一个新节点<br><br>JumpServer中已有的同名主机不会同步日志可查看同名信息</font>
</el-form> </el-form>