mirror of https://github.com/apache/cloudstack.git
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:
parent
7e0d3bf213
commit
4d1924ca11
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue