Tools page:fix html
[myslice.git] / portal / templates / slice-tab-experiment.html
index b29963a..9e53360 100644 (file)
@@ -11,6 +11,7 @@
        </p>
        <p class="command">
        {%for resource in ple_resources %}
+               <b>Resource</b><br>
                $ ssh {{ple_slicename}}@{{resource}}<br>
        {%endfor%}
        </p>
        <p>For each of the reserved nodes, follo the steps given below:</p>
        <p class="command">
        {%for resource in nitos_resources %}
+               <b>Resource</b><br>
        $ omf load -i baseline_grid.ndz -t {{resource}}  #loading OMF image on the node<br>
                $ omf tell -a on -t {{resource}}  #turn on the node <br>
-               $ ssh root@{{resource}}  #ssh to the node<br>
+               $ ssh root@{{resource}}  #ssh to the node<br><br>
        {%endfor%}
        </p>
        {% endif %}
@@ -68,6 +70,7 @@
        <p>For each of the reserved nodes, follo the steps given below:</p>
        <p class="command">
        {%for resource in nitos_paris_resources %}
+               <b>Resource</b><br>
        $ omf load -i baseline_grid.ndz -t {{resource}}  #loading OMF image on the node<br>
        $ omf tell -a on -t {{resource}}  #turn on the node <br>
        $ ssh root@{{resource}}  #ssh to the node<br><br>
        <a target="_blank" href="http://nitlab.inf.uth.gr/NITlab/index.php/testbed/instructions/basic-tutorial">NITOS basic tutorial</a>
        </p>
        <p>To learn more about OMF6, please click <a href="http://omf.mytestbed.net/projects/omf6/wiki/Wiki" target="_blank">here.</a></p>
-       {% endif %}
-       
+
         <h5>Windows users</h5>
         <p>Use <a href="http://www.putty.org/" target="_blank">SSH client.</a></p>
 
+       {% endif %}
        
        <h2>Available Tools</h2>
        <p><img src="{{ STATIC_URL }}img/terminal_icon.png" width="50"> <b>SSH</b></p>