From 79c314427839e205635a6f1f0d2c56f63bc9564e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 3 Jan 2026 18:08:39 -0600 Subject: [PATCH] checkpoint --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 802b309e..21708827 100644 --- a/index.html +++ b/index.html @@ -252,7 +252,7 @@ headerRow.appendChild(headerKey); headerRow.appendChild(headerValue); table.appendChild(headerRow); - const priorityKeys = ['version', 'branches']; + const priorityKeys = ['fsname','version', 'branches']; const orderedEntries = []; priorityKeys.forEach(key => { if (data.hasOwnProperty(key)) {