Appliance table added

This commit is contained in:
piotrpekala7
2020-05-28 03:19:59 +02:00
parent 4992eae284
commit b37b5c7134
7 changed files with 122 additions and 11 deletions

View File

@ -854,7 +854,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
public addNewTemplate() {
const dialogRef = this.dialog.open(NewTemplateDialogComponent, {
width: '1000px',
height: '500px',
maxHeight: '500px',
autoFocus: false,
disableClose: true
});