mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
14 lines
494 B
HTML
14 lines
494 B
HTML
|
|
{$layout}
|
||
|
|
{$template "menu"}
|
||
|
|
|
||
|
|
<div class="margin"></div>
|
||
|
|
<form class="ui form">
|
||
|
|
<table class="ui table definition selectable">
|
||
|
|
<tr>
|
||
|
|
<td class="title">选择所属集群 *</td>
|
||
|
|
<td><node-cluster-combo-box @change="changeCluster"></node-cluster-combo-box></td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<button type="button" class="ui button primary" :class="{disabled: clusterId <= 0}" @click.prevent="goNext">下一步 <i class="icon right arrow"></i></button>
|
||
|
|
</form>
|