mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	add scopes, paging and backend filtering to nodeList
This commit is contained in:
		| @@ -553,7 +553,7 @@ | ||||
| </script> | ||||
|  | ||||
| <!-- Define $width Wrapper and NoData Card --> | ||||
| {#if series[0].data.length > 0} | ||||
| {#if series[0]?.data && series[0].data.length > 0} | ||||
|   <div bind:this={plotWrapper} bind:clientWidth={width} | ||||
|         style="background-color: {backgroundColor()};" class={forNode ? 'py-2 rounded' : 'rounded'} | ||||
|   /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user