diff --git a/api-runtime/rest-runtime/admin-web/html/cluster.html b/api-runtime/rest-runtime/admin-web/html/cluster.html index 639210d65..7dde8478f 100644 --- a/api-runtime/rest-runtime/admin-web/html/cluster.html +++ b/api-runtime/rest-runtime/admin-web/html/cluster.html @@ -596,7 +596,7 @@

Cluster Management

- + @@ -1646,7 +1646,7 @@

Add New NodeGroup

if (selectedNodeGroup.Nodes && selectedNodeGroup.Nodes.length > 0) { const nodeListRow = document.createElement('tr'); const nodeList = selectedNodeGroup.Nodes.map(node => - `${node.NameId}` + `${node.SystemId}` ).join(', '); nodeListRow.innerHTML = ``; detailsTable.appendChild(nodeListRow);
#NameName Version Status Access InfoNodes${nodeList}