dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 882f04d893 - Show all commits

View File

@@ -7,7 +7,7 @@
<div mat-dialog-content>
<mat-form-field class="pdb-form-full-width">
<mat-label>Name</mat-label>
<input matInput [(ngModel)]="data.name" #name>
<input matInput [(ngModel)]="data.name" #name focus>
</mat-form-field>
<mat-form-field class="pdb-form-full-width">
<mat-label>Description</mat-label>

View File

@@ -15,7 +15,7 @@ export class NewDashboardComponent implements OnInit {
}
ngOnInit(): void {
window.setTimeout(() => this.nameInput.nativeElement.focus(), 0);
//window.setTimeout(() => this.nameInput.nativeElement.focus(), 0);
}
onSaveClick(): void {