Fix a display bug with IP aliasing
This commit is contained in:
parent
2afd3e49ab
commit
fd8417b5de
4 changed files with 7 additions and 6 deletions
|
@ -131,6 +131,7 @@ class Server extends Model
|
|||
'servers.*',
|
||||
'nodes.name as nodeName',
|
||||
'locations.short as a_locationShort',
|
||||
'allocations.ip',
|
||||
'allocations.ip_alias',
|
||||
'allocations.port'
|
||||
)->join('nodes', 'servers.node', '=', 'nodes.id')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue