mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	fix legends, add resolution, add statsseries, add simple healthcheck
This commit is contained in:
		| @@ -142,7 +142,7 @@ | ||||
|   if (useStatsSeries == null) useStatsSeries = statisticsSeries != null; | ||||
|   if (useStatsSeries == false && series == null) useStatsSeries = true; | ||||
|  | ||||
|   const usesMeanStatsSeries = (useStatsSeries && statisticsSeries.mean.length != 0) | ||||
|   const usesMeanStatsSeries = (useStatsSeries?.mean && statisticsSeries.mean.length != 0) | ||||
|   const dispatch = createEventDispatcher(); | ||||
|   const subClusterTopology = getContext("getHardwareTopology")(cluster, subCluster); | ||||
|   const metricConfig = getContext("getMetricConfig")(cluster, subCluster, metric); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user