Skip to content

Commit

Permalink
added new elk summary template to resource page (#818)
Browse files Browse the repository at this point in the history
Added Elk Summary Template to Resource Page
  • Loading branch information
AlfredRosenthal authored Sep 20, 2022
1 parent 3b91611 commit c3c61d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/features/resources/ResourcesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ const ResourcesPage: React.FC = () => {
type: mdiFileExcelOutline,
lastModified: 'Today',
fileSize: '27 KB'
},
{
id: '9',
name: 'Elk Summary Results Template 1.0',
url: `${s3PublicHostURL}/templates/Elk_Summary_Results_1.0.xlsx`,
type: mdiFileExcelOutline,
lastModified: 'Today',
fileSize: '24 KB'
}
];

Expand Down

0 comments on commit c3c61d9

Please sign in to comment.