Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/a9526430c2a6858ff397f747b8007808b0b16aa4?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
7 additions and
8 deletions
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Changed
- Extracted the symbol search to a dedicated component
- Extracted the symbol search to a dedicated component
- Improved the column headers in the holdings table for mobile
- Upgraded `prisma` from version `4.14.1` to `4.15.0`
- Upgraded `prisma` from version `4.14.1` to `4.15.0`
## 1.280.1 - 2023-06-10
## 1.280.1 - 2023-06-10
@ -92,7 +92,8 @@
mat-header-cell
mat-header-cell
mat-sort-header
mat-sort-header
>
>
< ng-container i18n > Allocation< / ng-container >
< span class = "d-none d-sm-block" i18n > Allocation< / span >
< span class = "d-block d-sm-none" title = "Allocation" > %< / span >
< / th >
< / th >
< td * matCellDef = "let element" class = "px-1" mat-cell >
< td * matCellDef = "let element" class = "px-1" mat-cell >
< div class = "d-flex justify-content-end" >
< div class = "d-flex justify-content-end" >
@ -108,17 +109,14 @@
< ng-container matColumnDef = "performance" >
< ng-container matColumnDef = "performance" >
< th
< th
*matHeaderCellDef
*matHeaderCellDef
class="d-none d-lg-table-cell px-1 justify-content-end"
class="justify-content-end px-1 "
mat-header-cell
mat-header-cell
mat-sort-header="netPerformancePercent"
mat-sort-header="netPerformancePercent"
>
>
< ng-container i18n > Performance< / ng-container >
< span class = "d-none d-sm-block" i18n > Performance< / span >
< span class = "d-block d-sm-none" title = "Performance" > ±< / span >
< / th >
< / th >
< td
< td * matCellDef = "let element" class = "px-1" mat-cell >
*matCellDef="let element"
class="d-none d-lg-table-cell px-1"
mat-cell
>
< div class = "d-flex justify-content-end" >
< div class = "d-flex justify-content-end" >
< gf-value
< gf-value
[colorizeSign]="true"
[colorizeSign]="true"