|
|
@ -252,7 +252,7 @@ |
|
|
headerRow.appendChild(headerKey); |
|
|
headerRow.appendChild(headerKey); |
|
|
headerRow.appendChild(headerValue); |
|
|
headerRow.appendChild(headerValue); |
|
|
table.appendChild(headerRow); |
|
|
table.appendChild(headerRow); |
|
|
const priorityKeys = ['version', 'branches']; |
|
|
|
|
|
|
|
|
const priorityKeys = ['fsname','version', 'branches']; |
|
|
const orderedEntries = []; |
|
|
const orderedEntries = []; |
|
|
priorityKeys.forEach(key => { |
|
|
priorityKeys.forEach(key => { |
|
|
if (data.hasOwnProperty(key)) { |
|
|
if (data.hasOwnProperty(key)) { |
|
|
|