From: Loic Baron Date: Fri, 26 Jun 2015 10:43:14 +0000 (+0200) Subject: Smartfire: updated several templates X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=afc24b88a1004e1015b2699495373561527e16d6 Smartfire: updated several templates --- 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); diff --git a/portal/templates/smartfire/smartfire_email_default_recipients.txt b/portal/templates/smartfire/smartfire_email_default_recipients.txt new file mode 100644 index 00000000..f122fa22 --- /dev/null +++ b/portal/templates/smartfire/smartfire_email_default_recipients.txt @@ -0,0 +1 @@ +SmartFIRE Support diff --git a/portal/templates/smartfire/smartfire_email_default_sender.txt b/portal/templates/smartfire/smartfire_email_default_sender.txt new file mode 100644 index 00000000..f122fa22 --- /dev/null +++ b/portal/templates/smartfire/smartfire_email_default_sender.txt @@ -0,0 +1 @@ +SmartFIRE Support