Skip to content

Commit

Permalink
zip name on views
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Dec 13, 2023
1 parent a4cd0c0 commit eb071b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions report-viewer/src/views/InformationView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<TextInformation label="Min Token Match" class="pb-1">{{
overview.matchSensitivity
}}</TextInformation>
<TextInformation label="Result File Name">{{
store().state.uploadedFileName
}}</TextInformation>
</ScrollableComponent>
</Container>

Expand Down
3 changes: 3 additions & 0 deletions report-viewer/src/views/OverviewView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<h2>JPlag Report</h2>
<div class="flex flex-row items-center space-x-5">
<TextInformation label="Submission Directory">{{ submissionPathValue }}</TextInformation>
<TextInformation label="Result name">{{
store().state.uploadedFileName
}}</TextInformation>
<TextInformation label="Total Submissions">{{
store().getSubmissionIds.length
}}</TextInformation>
Expand Down

0 comments on commit eb071b0

Please sign in to comment.