From b6dc3827437f1717ac4c09304ad0c9fc2ea22f7d Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 16 Dec 2014 17:30:42 +0100 Subject: [PATCH] how to do ssh for windows users added :D + portalwise fevicon added --- portal/static/img/fed4fire_favicon.ico | Bin 0 -> 1406 bytes portal/static/img/myslice_favicon.ico | Bin 0 -> 894 bytes portal/static/img/onelab_favicon.ico | Bin 0 -> 1150 bytes .../fed4fire_slice-tab-experiment.html | 10 +++- portal/templates/onelab/onelab_base.html | 49 ------------------ portal/templates/slice-tab-experiment.html | 12 ++++- 6 files changed, 19 insertions(+), 52 deletions(-) create mode 100644 portal/static/img/fed4fire_favicon.ico create mode 100644 portal/static/img/myslice_favicon.ico create mode 100644 portal/static/img/onelab_favicon.ico delete mode 100644 portal/templates/onelab/onelab_base.html diff --git a/portal/static/img/fed4fire_favicon.ico b/portal/static/img/fed4fire_favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..c2d91a005e5daa075f431c62c4dd9172d370621e GIT binary patch literal 1406 zcmeH@OHUJF6o#Jyr883yyy0Cc-ateUv=tGrs8BBm3Yr*A)JTwpF)kW+UJ_Xps}dIw zg}5P6)IZQP(M^%iF3_476Kfk2!MMPn@dBoudH`#|e_+B)-Z}5{&dhhd?|?z>%uL3w zMk8d2%N3197Lfr(p5tbs{^Pa0XDDaAJbLmNtxZR}tCMcIiO=W5Se)IG%Qc9T?i3*!kLHQ$SNL&xcKq7(*DMP9FDXLOVXdEYK;9*@x8*2cTgXVi1T zwjU@pA5leyqW2694RO7>8P)oQP$)!ye?PvyH>l1i!C(+I&x85GTg;`u(5zp%)7pyP z?vYhz#zuJz@P!dKp~(AL>x#lFaYJy!TxKULfO<>@(#TK@k1OE8?CoH`rS z%)tMDsZaQcODor=Us|yyePwv!>1HOO|9AHu494b;Z+D(}z1euA=GBUQO?P^itX`$+ z{QpwLgsmVx2tQk}ZQ5EL&;Lha%dUgPRvl>ia^+swpYJ~fVdnk*^i}HP$?K7CcAm^$ zuHp3mKwQb`_xsOB!tkE3oU^Bxx7Zx z?f;{Xi+}HGW$Ek`R&)?d?%z)9icI=63W)S$lv!Z_X zt7|vSU*EiAu)n^2I!NroiZ!J$b-3uifBrD<^Kfis0`xjm9(B?A$(=`HruxDWS48#Z6f%JR^ Vh6W)0fSG~eCy@O^9-$7V2LQ^e?CSsk literal 0 HcmV?d00001 diff --git a/portal/templates/fed4fire/fed4fire_slice-tab-experiment.html b/portal/templates/fed4fire/fed4fire_slice-tab-experiment.html index b32a115c..0ca237fd 100644 --- a/portal/templates/fed4fire/fed4fire_slice-tab-experiment.html +++ b/portal/templates/fed4fire/fed4fire_slice-tab-experiment.html @@ -14,11 +14,17 @@ $ ssh {{ple_slicename}}@{{resource}}
{%endfor%}

+

Windows users

+

Use SSH client.

+ {%else%}

NOTE: You did not reserve any PLE resources yet. Once reserved, you will get the actual SSH command. A specimen command is given below:

$ ssh {{ple_slicename}}@planetlab-resource.hostname.com

+

Windows users

+

Use SSH client.

+ {%endif%}

NOTE: Your original slicename {{slicename}} has been converted to PlanetLab specific format {{ple_slicename}} in order to do SSH.

Please note that the first '.' is replaced by number 8 and the rest of the dot/s are replaced by underscore/s.

@@ -36,7 +42,9 @@

$ ssh {{slicename}}@nitlab.inf.uth.gr

- +

Windows users

+

Use SSH client.

+