mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 22:07:48 +00:00
Local server discovery should be visible as remote
This commit is contained in:
parent
60a23d4902
commit
038f3682eb
@ -70,7 +70,7 @@ export class ServerService {
|
||||
server.name = 'local';
|
||||
server.host = host;
|
||||
server.port = port;
|
||||
server.location = 'local';
|
||||
server.location = 'remote';
|
||||
server.is_local = true;
|
||||
this.create(server).then(created => {
|
||||
resolve(created);
|
||||
|
Loading…
Reference in New Issue
Block a user