Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
ip addresses are retrieved for config assets tumblr#47
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Simon committed Dec 10, 2012
1 parent 3c5f7e9 commit 5f1542d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/asset/AllAttributes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ object AllAttributes {
AllAttributes(asset,
LshwRepresentation.empty,
LldpRepresentation.empty,
None, Seq(), PowerUnits(),
None,
IpAddresses.findAllByAsset(asset),
PowerUnits(),
AssetMetaValue.findByAsset(asset)
)
} else {
Expand Down

0 comments on commit 5f1542d

Please sign in to comment.