| | |
| | | <div class="search" @click="searchCluster">搜索集群</div> |
| | | </el-form-item> |
| | | |
| | | <el-form-item prop="ip" label="集群IP"> |
| | | <ip-input |
| | | :ip="formData2.virtualIp" |
| | | :on-blur="onClusterIpBlur" |
| | | class="ip-input-comp" |
| | | ></ip-input> |
| | | </el-form-item> |
| | | |
| | | <div class="clusterList" v-if="showClusterList"> |
| | | <div |
| | | class="clusterItem" |
| | |
| | | let res = await joinCluster({ |
| | | clusterId: this.formData2.clusterId, |
| | | password: this.formData2.password, |
| | | virtualIp: this.formData2.virtualIp, |
| | | nodeIps: [this.formData2.nodeIps], |
| | | nodeId: this.equipment.devId, |
| | | }); |
| | |
| | | .btns { |
| | | margin-top: 20px; |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | text-align: center; |
| | | line-height: 32px; |
| | | font-size: 14px; |