Merge branch 'master' into As-user-I-can-add-QEMU-VM

This commit is contained in:
Piotr Pekala
2019-02-20 04:50:04 -08:00
35 changed files with 727 additions and 132 deletions

View File

@ -87,7 +87,7 @@ describe('AddBlankProjectDialogComponent', () => {
}).compileComponents();
server = new Server();
server.ip = 'localhost';
server.host = 'localhost';
server.port = 80;
}));