Module: tools Branch: master Commit: 0911ce5a1574c208381ef977275a24d2b104ac4e URL: http://source.winehq.org/git/tools.git/?a=commit;h=0911ce5a1574c208381ef9772...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Oct 22 12:14:44 2012 +0200
testbot/web: VMs have no MemSize property.
---
testbot/web/admin/VMsList.pl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/testbot/web/admin/VMsList.pl b/testbot/web/admin/VMsList.pl index 7c94882..05a89e2 100644 --- a/testbot/web/admin/VMsList.pl +++ b/testbot/web/admin/VMsList.pl @@ -41,8 +41,7 @@ sub DisplayProperty my $PropertyName = $PropertyDescriptor->GetName();
return $PropertyName eq "Name" || $PropertyName eq "Bits" || - $PropertyName eq "MemSize" || $PropertyName eq "Status" || - $PropertyName eq "Description"; + $PropertyName eq "Status" || $PropertyName eq "Description"; }
sub SortKeys