mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	fixed origin table
This commit is contained in:
		
							parent
							
								
									783d95ab0d
								
							
						
					
					
						commit
						a77d3aa623
					
				@ -36,8 +36,8 @@ async function fetchOriginsWithLeases(element) {
 | 
				
			|||||||
                row.innerHTML = `
 | 
					                row.innerHTML = `
 | 
				
			||||||
                        <td><code>${o.origin_ref}</code></td>
 | 
					                        <td><code>${o.origin_ref}</code></td>
 | 
				
			||||||
                        <td>${o.hostname}</td>
 | 
					                        <td>${o.hostname}</td>
 | 
				
			||||||
                        <td>${o.os_platform}</td>
 | 
					                        <td>${o.os_platform} (${o.os_version})</td>
 | 
				
			||||||
                        <td>${o.os_version}</td>
 | 
					                        <td>${o.guest_driver_version}</td>
 | 
				
			||||||
                        <td>${o.leases.map(x => `<code title="expires: ${x.lease_expires}">${x.lease_ref}</code>`).join(', ')}</td>`
 | 
					                        <td>${o.leases.map(x => `<code title="expires: ${x.lease_expires}">${x.lease_ref}</code>`).join(', ')}</td>`
 | 
				
			||||||
                tbody.appendChild(row);
 | 
					                tbody.appendChild(row);
 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user