bug 13009: cloudstack 3.0 new UI - instances page - select "All" in top filter will pass listAll=true to API call.

This commit is contained in:
Jessica Wang 2012-01-11 11:43:51 -08:00
parent 7e0d3bf213
commit 4d1924ca11
1 changed files with 1 additions and 0 deletions

View File

@ -712,6 +712,7 @@
if(args.filterBy.kind != null) {
switch(args.filterBy.kind) {
case "all":
array1.push("&listAll=true");
break;
case "mine":
array1.push("&domainid=" + g_domainid + "&account=" + g_account);