mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 23:55:04 +00:00
Distinction between local and remote server; Refactor IP to HOST
This commit is contained in:
@ -87,7 +87,7 @@ describe('AddBlankProjectDialogComponent', () => {
|
||||
}).compileComponents();
|
||||
|
||||
server = new Server();
|
||||
server.ip = 'localhost';
|
||||
server.host = 'localhost';
|
||||
server.port = 80;
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user