commit | 82f2c6240558eee7bec6123ce1c87254b9aaacf3 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Mon Nov 17 12:23:18 2014 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Nov 17 12:33:46 2014 -0800 |
tree | 28433823e92a503b5b970da5b4b2d3a0bfca3fd1 | |
parent | 9b1d72133ae83cfed4d4154448268c64c358dc49 [diff] |
Fixed a defect in client/server interaction when creating host intent. Change-Id: I09a8e12e5ff78349b7d57b492a018642ff5e7bad
diff --git a/web/gui/src/main/webapp/topo2.js b/web/gui/src/main/webapp/topo2.js index a2dfbea..f709aa7 100644 --- a/web/gui/src/main/webapp/topo2.js +++ b/web/gui/src/main/webapp/topo2.js
@@ -787,7 +787,8 @@ function addIntentAction() { sendMessage('addHostIntent', { one: getSelId(0), - two: getSelId(1) + two: getSelId(1), + ids: [ getSelId(0), getSelId(1) ] }); }