Grid Size
This commit is contained in:
@@ -1 +1 @@
|
||||
<div class="handover icon-btn-sm" (click)="openDialog()"></div>
|
||||
<div class="handover icon-btn-sm" (click)="openDialog()" matTooltip="Schlüsselübergaben" [matTooltipShowDelay]="600"></div>
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
}
|
||||
|
||||
.handover {
|
||||
background-image: url('../../../../../assets/img/handover.svg');
|
||||
background-image: url('../../../../../assets/img/key_2.svg');
|
||||
}
|
||||
@@ -4,11 +4,12 @@ import { ICellRendererParams } from 'ag-grid-community';
|
||||
import { IKey } from '../../../../model/interface/key.interface';
|
||||
import { MatDialog, MatDialogModule } from '@angular/material/dialog';
|
||||
import { HandoverDialogComponent } from '../../../../modules/keys/components/handover-dialog/handover-dialog.component';
|
||||
import {MatTooltipModule} from '@angular/material/tooltip';
|
||||
|
||||
@Component({
|
||||
selector: 'app-ag-open-handout',
|
||||
standalone: true,
|
||||
imports: [MatDialogModule],
|
||||
imports: [MatDialogModule, MatTooltipModule],
|
||||
templateUrl: './ag-open-handout.component.html',
|
||||
styleUrl: './ag-open-handout.component.scss'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user