Files
keyvault/client/src/app/modules/system/system.component.html
Bastian Wagner c8c2ee18cb refactoring
2025-01-03 11:00:02 +01:00

9 lines
317 B
HTML

<ag-grid-angular
style="width: 100%; height: 100%;"
(gridReady)="onGridReady($event)"
[gridOptions]="gridOptions!"
/>
<div class="floating-btn-container">
<button mat-flat-button class="btn-create mat-elevation-z8" (click)="openCreateSystem()" color="accent" >Schließanlage anlegen</button>
</div>