X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fjs%2Fexperiment.js;h=3bddd2351524e671d55329bc8e599ba68e2d4b3f;hb=afc24b88a1004e1015b2699495373561527e16d6;hp=0bf94a615ca5033d62906c6d4487f2d5e7b50e53;hpb=8d1991bdded62a4f68cc93889435b9c28f8565b0;p=unfold.git diff --git a/portal/static/js/experiment.js b/portal/static/js/experiment.js index 0bf94a61..3bddd235 100644 --- a/portal/static/js/experiment.js +++ b/portal/static/js/experiment.js @@ -44,8 +44,8 @@ function render_node(platform, node){ newElement = document.createElement('p'); var commands = "$ omf stat -t "+node['@component_name']+" # check the status of the node
"; commands += "$ omf tell -a on -t "+node['@component_name']+" # turn on the node
"; - commands += "$ omf load -i baseline_grid.nzb -t "+node['@component_name']+" # loading OMF image on the node
"; - commands += "$ omf root@"+node['@component_name']+" # ssh to the node"; + commands += "$ omf load -i baseline.ndz -t "+node['@component_name']+" # loading OMF image on the node
"; + commands += "$ ssh root@"+node['@component_name']+" # ssh to the node"; newElement.innerHTML = "

"+commands+"

"; elm.appendChild(newElement);