You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2014/01/27 22:41:30 UTC

git commit: updated refs/heads/master to ce0dc3b

Updated Branches:
  refs/heads/master c4b3e4c0c -> ce0dc3b30


Enable static NAT dialog search: Use 'keyword' instead of 'name'


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ce0dc3b3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ce0dc3b3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ce0dc3b3

Branch: refs/heads/master
Commit: ce0dc3b306c4bd9917255769f9b8014ff23c21b7
Parents: c4b3e4c
Author: Brian Federle <br...@citrix.com>
Authored: Mon Jan 27 13:41:11 2014 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Jan 27 13:41:11 2014 -0800

----------------------------------------------------------------------
 ui/scripts/network.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce0dc3b3/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 291def0..e4cd8b0 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -2396,7 +2396,7 @@
                                                     };
 
                                                     if (args.filterBy.search.value) {
-                                                        data.name = args.filterBy.search.value;
+                                                        data.keyword = args.filterBy.search.value;
                                                     }
 
                                                     var $tierSelect = $(".ui-dialog-content").find('.tier-select select');