compass-web/v1/ods/ui/install_review/views/cluster_row.ejs

6 lines
184 B
Plaintext

<tr>
<td><input type="radio" name="clusterRadio" value="<%= clusterName%>" data-hostid="<%= id %>" ></td>
<td><%= id %></td>
<td style="width: 70%;"><%= clusterName%></td>
</tr>