mirror of https://github.com/apache/cloudstack.git
do NOT list secondary storage VM host in UI
This commit is contained in:
parent
04e0800f7f
commit
5a052dba74
|
|
@ -1307,7 +1307,7 @@ public class ManagementServerImpl implements ManagementServer {
|
|||
sc.addAnd("name", SearchCriteria.Op.LIKE, "%" + name + "%");
|
||||
}
|
||||
if (type != null) {
|
||||
sc.addAnd("type", SearchCriteria.Op.LIKE, "%" + type + "%");
|
||||
sc.addAnd("type", SearchCriteria.Op.LIKE, "%" + type);
|
||||
}
|
||||
if (state != null) {
|
||||
sc.addAnd("status", SearchCriteria.Op.EQ, state);
|
||||
|
|
|
|||
Loading…
Reference in New Issue