Skip to content

Commit

Permalink
vpcagent: models: modelset: details=false for networks
Browse files Browse the repository at this point in the history
  • Loading branch information
yousong committed May 21, 2020
1 parent 3a51985 commit f536026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vpcagent/models/modelset.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func (set Networks) Copy() apihelper.IModelSet {
}

func (set Networks) IncludeDetails() bool {
return true
return false
}

func (set Networks) IncludeEmulated() bool {
Expand Down

0 comments on commit f536026

Please sign in to comment.