mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Fix Format for nodes status
This commit is contained in:
		| @@ -114,7 +114,7 @@ | ||||
|                             <tr class="py-2"> | ||||
|                                 <th scope="col">Allocated Nodes</th> | ||||
|                                 <td style="min-width: 100px;"><div class="col"><Progress value={allocatedNodes[subCluster.name]} max={subCluster.numberOfNodes}/></div></td> | ||||
|                                 <td>({allocatedNodes[subCluster.name]} Nodes / {subCluster.numberOfNodes} Total Nodes)</td> | ||||
|                                 <td>{allocatedNodes[subCluster.name]} / {subCluster.numberOfNodes} Nodes</td> | ||||
|                             </tr> | ||||
|                             <tr class="py-2"> | ||||
|                                 <th scope="col">Flop Rate (Any) <Icon name="info-circle" class="p-1" style="cursor: help;" title="Flops[Any] = (Flops[Double] x 2) + Flops[Single]"/></th> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user