You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Dave Cahill <dc...@midokura.com> on 2013/03/25 10:55:27 UTC

Review Request: Fix for CLOUDSTACK-1797 - System VMs and VRs don't display in master

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10116/
-----------------------------------------------------------

Review request for cloudstack and Brian Federle.


Description
-------

Fixes CLOUDSTACK-1797. When actions was null, it was still getting passed to map - map requires that its first argument not be null, because it tries to call .length on it.


This addresses bug CLOUDSTACK-1797.


Diffs
-----

  ui/scripts/ui/widgets/listView.js bb3a424 

Diff: https://reviews.apache.org/r/10116/diff/


Testing
-------

Tested on a deployment with 2 system VMs and 1 VR . Showed blank before fix, showed as expected after fix.


Thanks,

Dave Cahill