Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/commit/5957b337792c4ce48d73ef68e8a9f513b36acadb?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
7 additions and
3 deletions
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Added the year labels to the investment chart on the x-axis
### Changed
- Respected the data source attribute of the transactions model in the data management for historical data
@ -36,10 +36,10 @@ export class InvestmentChartComponent implements OnChanges, OnDestroy, OnInit {
public constructor ( ) {
Chart . register (
LinearScale ,
LineController ,
LineElement ,
PointElement ,
LinearScale ,
TimeScale
) ;
}
@ -95,7 +95,7 @@ export class InvestmentChartComponent implements OnChanges, OnDestroy, OnInit {
responsive : true ,
scales : {
x : {
display : fals e,
display : tru e,
grid : {
display : false
} ,
@ -167,7 +167,7 @@
< / mat-card >
< / div >
< / div >
< div * ngIf = "!hasImpersonationId" class = "d-none d-sm-block row" >
< div class = "d-none d-sm-block row" >
< div class = "col-lg" >
< mat-card class = "mb-3" >
< mat-card-header >