Pretty print the new architectures

This commit is contained in:
Jakob Borg 2016-01-01 21:19:15 +01:00
parent 9df8d0848a
commit 212d7257e9
2 changed files with 5 additions and 2 deletions

View File

@ -1513,6 +1513,9 @@ angular.module('syncthing.core')
'386': '32 bit',
'amd64': '64 bit',
'arm': 'ARM',
'arm64': 'AArch64',
'ppc64': 'PowerPC',
'ppc64le': 'PowerPC (LE)',
}[$scope.version.arch] || $scope.version.arch;
return $scope.version.version + ', ' + os + ' (' + arch + ')';

File diff suppressed because one or more lines are too long