Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/9a4a8de34183609e39c878fe5bec06e6dc02599f You should set ROOT_URL correctly, otherwise the web may not work correctly.

make sure the settings dialog width is 600px for readability.

pull/352/head
Jason Kulatunga 3 years ago
parent 2d6f60abaa
commit 9a4a8de341

@ -237,7 +237,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
}
openDialog(): void {
const dialogRef = this.dialog.open(DashboardSettingsComponent);
const dialogRef = this.dialog.open(DashboardSettingsComponent, {width: '600px',});
dialogRef.afterClosed().subscribe(result => {
console.log(`Dialog result: ${result}`);

Loading…
Cancel
Save