Skip to content

Commit

Permalink
add report page and a button to render it
Browse files Browse the repository at this point in the history
  • Loading branch information
krmaffey committed Sep 27, 2023
1 parent f8b1793 commit 8e69636
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mlte/frontend/nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@uswds/uswds": "^3.4.1",
"chokidar": "^3.5.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"glob-parent": "^6.0.2",
"jsonschema": "^1.4.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
Expand Down
10 changes: 10 additions & 0 deletions mlte/frontend/nuxt-app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@
gained about a model during the MLTE process.
</p>
<UsaTable :headers="cardSpecReportHeaders" borderless class="table" />
<NuxtLink
:to="{
path: 'report',
query: { namespace: selectedNamespace },
}"
>
<UsaButton class="primary-button" style="float: right">
Start new report
</UsaButton>
</NuxtLink>
</div>
</UsaAccordionItem>

Expand Down
Loading

0 comments on commit 8e69636

Please sign in to comment.