update test data

pull/26459/head^2
Corwin Smith 2 years ago
parent b845d71098
commit 468c17d90b
  1. 1
      src/components/UI/DataTable.tsx
  2. 20
      src/components/UI/downloads/DownloadsTable.tsx
  3. 48
      src/data/test/download-testdata.ts

@ -75,6 +75,7 @@ export const DataTable: FC<Props> = ({
<Td
key={idx}
px={0}
pr={2}
>
{item[columnHeader.toLowerCase()]}
</Td>

@ -113,7 +113,9 @@ export const DownloadsTable: FC<Props> = ({
'Kind',
'Arch',
'Size',
'Published'
'Published',
'Signature',
'Checksum (MD5)'
]}
data={data}
/>
@ -126,7 +128,9 @@ export const DownloadsTable: FC<Props> = ({
'Kind',
'Arch',
'Size',
'Published'
'Published',
'Signature',
'Checksum (MD5)'
]}
data={data}
/>
@ -139,7 +143,9 @@ export const DownloadsTable: FC<Props> = ({
'Kind',
'Arch',
'Size',
'Published'
'Published',
'Signature',
'Checksum (MD5)'
]}
data={data}
/>
@ -152,7 +158,9 @@ export const DownloadsTable: FC<Props> = ({
'Kind',
'Arch',
'Size',
'Published'
'Published',
'Signature',
'Checksum (MD5)'
]}
data={data}
/>
@ -165,7 +173,9 @@ export const DownloadsTable: FC<Props> = ({
'Kind',
'Arch',
'Size',
'Published'
'Published',
'Signature',
'Checksum (MD5)'
]}
data={data}
/>

@ -5,7 +5,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -13,7 +15,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -21,7 +25,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -29,7 +35,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -37,7 +45,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -45,7 +55,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -53,7 +65,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -61,7 +75,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -69,7 +85,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -77,7 +95,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -85,7 +105,9 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
{
release: 'Geth 1.10.23',
@ -93,6 +115,8 @@ export const testDownloadData = [
kind: 'archive',
arch: '64-bit',
size: '11.71 MB',
published: 'Last Wednesday at 11:11 AM'
published: 'Last Wednesday at 11:11 AM',
signature: 'Signature',
"checksum (md5)": 'c93b0339413a8f2b95aa4b23b32d64af'
},
]
Loading…
Cancel
Save