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)) {