mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 13:36:11 +00:00 
			
		
		
		
	sort origins by hostname
This commit is contained in:
		@@ -31,7 +31,7 @@ async function fetchOriginsWithLeases(element) {
 | 
			
		||||
                    </tr>`
 | 
			
		||||
            table.appendChild(thead)
 | 
			
		||||
            let tbody = document.createElement('thead');
 | 
			
		||||
            x.forEach((o) => {
 | 
			
		||||
            x.sort((a, b) => a.hostname.localeCompare(b.hostname)).forEach((o) => {
 | 
			
		||||
                let row = document.createElement('tr');
 | 
			
		||||
                row.innerHTML = `
 | 
			
		||||
                        <td><code>${o.origin_ref}</code></td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user