Digitale Zylinder eingebaut
This commit is contained in:
@@ -170,8 +170,8 @@ export class KeysComponent extends AgGridContainerComponent {
|
||||
|
||||
openCreateKey() {
|
||||
this.dialog.open(CreateKeyComponent, {
|
||||
maxWidth: "calc(100vw - 24px)",
|
||||
width: "30vw",
|
||||
maxWidth: "calc(100vw - 48px)",
|
||||
width: "800px",
|
||||
minWidth: "200px",
|
||||
disableClose: true
|
||||
}).afterClosed().subscribe({
|
||||
@@ -193,8 +193,8 @@ export class KeysComponent extends AgGridContainerComponent {
|
||||
this.gridApi.setGridOption('loading', false)
|
||||
const ref = this.dialog.open(SelectKeyCylinderComponent, {
|
||||
data: cylinders,
|
||||
maxHeight: "calc(100vh - 24px)",
|
||||
maxWidth: "calc(100vw - 24px)",
|
||||
maxHeight: "calc(100vh - 48px)",
|
||||
maxWidth: "calc(100vw - 48px)",
|
||||
width: "50vw",
|
||||
minWidth: "300px",
|
||||
height: "70vh",
|
||||
|
||||
Reference in New Issue
Block a user