mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 01:25:06 +01:00 
			
		
		
		
	fix wrong var insert
This commit is contained in:
		@@ -422,14 +422,14 @@
 | 
				
			|||||||
                <td><Icon name="circle-fill" style="color: {colors[i]};" /></td>
 | 
					                <td><Icon name="circle-fill" style="color: {colors[i]};" /></td>
 | 
				
			||||||
                {#if groupSelection.key == "user"}
 | 
					                {#if groupSelection.key == "user"}
 | 
				
			||||||
                  <th scope="col"
 | 
					                  <th scope="col"
 | 
				
			||||||
                    ><a href="/monitoring/user/{te.id}?cluster={cluster.name}"
 | 
					                    ><a href="/monitoring/user/{te.id}?cluster={cluster}"
 | 
				
			||||||
                      >{te.id}</a
 | 
					                      >{te.id}</a
 | 
				
			||||||
                    ></th
 | 
					                    ></th
 | 
				
			||||||
                  >
 | 
					                  >
 | 
				
			||||||
                {:else}
 | 
					                {:else}
 | 
				
			||||||
                  <th scope="col"
 | 
					                  <th scope="col"
 | 
				
			||||||
                    ><a
 | 
					                    ><a
 | 
				
			||||||
                      href="/monitoring/jobs/?cluster={cluster.name}&project={te.id}&projectMatch=eq"
 | 
					                      href="/monitoring/jobs/?cluster={cluster}&project={te.id}&projectMatch=eq"
 | 
				
			||||||
                      >{te.id}</a
 | 
					                      >{te.id}</a
 | 
				
			||||||
                    ></th
 | 
					                    ></th
 | 
				
			||||||
                  >
 | 
					                  >
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user