Skip to content

Commit

Permalink
[fix]queryvirtualrouter error
Browse files Browse the repository at this point in the history
  • Loading branch information
QiRaining committed Nov 4, 2016
1 parent 7e38a48 commit 602937a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ts/virtualRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ module MVirtualRouter {
msg.replyWithCount = true;
msg.conditions = qobj.conditions ? qobj.conditions : [];
msg.conditions.push({
name: "applianceVmType",
name: "type",
op: "=",
value: "VirtualRouter"
value: "ApplianceVm"
});
if (Utils.notNullnotUndefined(this.sortBy) && this.sortBy.isValid()) {
msg.sortBy = this.sortBy.field;
Expand Down
4 changes: 2 additions & 2 deletions zstack_dashboard/static/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28758,9 +28758,9 @@ var MVirtualRouter;
msg.replyWithCount = true;
msg.conditions = qobj.conditions ? qobj.conditions : [];
msg.conditions.push({
name: "applianceVmType",
name: "type",
op: "=",
value: "VirtualRouter"
value: "ApplianceVm"
});
if (Utils.notNullnotUndefined(this.sortBy) && this.sortBy.isValid()) {
msg.sortBy = this.sortBy.field;
Expand Down

0 comments on commit 602937a

Please sign in to comment.