Skip to content

Commit 54183cb

Browse files
committed
#2128 minor bugfix: fixed wrong json property name
1 parent 4cf0cca commit 54183cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

management/server/subutai-common/src/main/java/io/subutai/common/host/ContainerHostInfoModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class ContainerHostInfoModel extends HostInfoModel implements ContainerHo
2727
@SerializedName( "interfaces" )
2828
@JsonProperty( "interfaces" )
2929
protected Set<HostInterfaceModel> hostInterfaces = new HashSet<>();
30-
@JsonProperty( "environmentId" )
30+
@JsonProperty( "envId" )
3131
protected String envId;
3232
@JsonProperty( "vlan" )
3333
protected Integer vlan;

0 commit comments

Comments
 (0)