Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/f8f36e4f4e12a29f1d5bd8e3ff2fa68772771a4f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
3 deletions
@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed the transactions count in the accounts table (exclude drafts)
- Fixed the footer row of the accounts table on mobile
- Fixed the transactions count calculation in the accounts table (exclude drafts)
## 1.76.0 - 14.11.2021
@ -30,7 +30,9 @@
< td * matCellDef = "let element" class = "d-none d-lg-table-cell px-1" mat-cell >
{{ element.currency }}
< / td >
< td * matFooterCellDef class = "px-1" mat-footer-cell > {{ baseCurrency }}< / td >
< td * matFooterCellDef class = "d-none d-lg-table-cell px-1" mat-footer-cell >
{{ baseCurrency }}
< / td >
< / ng-container >
< ng-container matColumnDef = "platform" >
@ -53,7 +55,11 @@
< span > {{ element.Platform?.name }}< / span >
< / div >
< / td >
< td * matFooterCellDef class = "px-1" mat-footer-cell > < / td >
< td
*matFooterCellDef
class="d-none d-lg-table-cell px-1"
mat-footer-cell
>< / td >
< / ng-container >
< ng-container matColumnDef = "transactions" >