Skip to content

Commit

Permalink
chore: updated eodash package, added heigh config to dashboard pages
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed May 7, 2024
1 parent f52c0bc commit acfe6aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"@eodash/eodash": "^5.0.0-alpha.2",
"@eodash/eodash": "^5.0.0-alpha.2.1",
"@eox/jsonform": "^0.6.2",
"@eox/storytelling": "^0.6.0",
"vitepress": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion uc1dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ layout: page
import { withBase } from 'vitepress'
</script>

<eo-dash :config="withBase('/configs/firstconfig.js')"/>
<eo-dash style="height:calc(100dvh - 64px)" :config="withBase('/configs/firstconfig.js')"/>
2 changes: 1 addition & 1 deletion uc2dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ layout: page
import { withBase } from 'vitepress'
</script>

<eo-dash :config="withBase('/configs/secondconfig.js')"/>
<eo-dash style="height:calc(100dvh - 64px)" :config="withBase('/configs/secondconfig.js')"/>

0 comments on commit acfe6aa

Please sign in to comment.