mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 04:57:51 +00:00
During adding server mark it as a local
This commit is contained in:
parent
b82b883f06
commit
1f3e59cdbe
@ -70,6 +70,7 @@ export class ServerService {
|
||||
server.name = 'local';
|
||||
server.host = host;
|
||||
server.port = port;
|
||||
server.location = 'local';
|
||||
server.is_local = true;
|
||||
this.create(server).then(created => {
|
||||
resolve(created);
|
||||
|
Loading…
Reference in New Issue
Block a user