Antonio SJ Musumeci 4 weeks ago
parent
commit
79c3144278
  1. 2
      index.html

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

Loading…
Cancel
Save