fixed node data reporting emulation server host instead of name
This commit is contained in:
parent
73b2eff312
commit
18e5598203
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class NodeBase(object):
|
|||
model = self.type
|
||||
emulation_server = None
|
||||
if self.server is not None:
|
||||
emulation_server = self.server.host
|
||||
emulation_server = self.server.name
|
||||
|
||||
services = self.services
|
||||
if services is not None:
|
||||
|
|
Loading…
Add table
Reference in a new issue