From b6dc3827437f1717ac4c09304ad0c9fc2ea22f7d Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 16 Dec 2014 17:30:42 +0100 Subject: [PATCH 1/1] 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{-AmI^7{@<9b?$f0H0{ma)9g(%n`zC~GJCO7d$Czs5Cs*9c@fctbY}&5F_eD+xZQ5#d4=Af5S=9NR>743#_PZ6>gpmX_YsE5*EpR{Mn*=EO^TNT1Eds> zV!!m9!m0=K_VyAA1#$QHW3+{l^*_*UVT3J=&*wvwd_r&ZVyI|CSVIH?0rWP7Y*UD< zpD{HIVmzl1C#Ps`ZYH(*ZNi7oGRuF!p``dDH)s@WwjYZHb60L$xNS*F5$s5_&WBx9 zl?R!3v?QS+c;n|BUTM~o1ohu@PFi!E(zkN6i52qkw0@8}$ Zng$aY@tVwr$#PIF(F(Reusm9k><_Wes}2AF literal 0 HcmV?d00001 diff --git a/portal/static/img/myslice_favicon.ico b/portal/static/img/myslice_favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..08b8cd4b75bfceee65f40bc267a531cad73e4385 GIT binary patch literal 894 zcmZQzU}Ruq5D;JhgA8T{1~CQ(1`P%V29S^f0|Nsig9Jp98A2h0|AP`p6Ad8FCt5k3 s)RPL1@5v()K};r6@$o%ms;4y=O!39Q@E-{uU|;}am>7%?qOpkq06|FNM*si- literal 0 HcmV?d00001 diff --git a/portal/static/img/onelab_favicon.ico b/portal/static/img/onelab_favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..a2754aa13a71b702c90487b89fb53945cc5d98fb GIT binary patch literal 1150 zcmZQzU}Ruq5D;KsU}R8W$Y5b$5My9q&|qL-5MW?nP+)+Fg8>VKLI(f;{~vbv*SGJY zU*CU_`u^#&)ZagUS&8-I@9#g@*Cu4_>=aS@(atOVzf(Z&|5R=Bm#60}YWe&3FTrqn za_VeQGXwwsr9R;&F0EXferd&;^p)X>r<<9C{@>kuFc_OVzTJ7^^=9LdnpZ3KHQni5 zvU-)O^Z!c~6Sji*ApC5>wrOj1JpUhwExQgDTXmr6%awa!f4=_|gqipI(^sjFC$C4o z*?BU1xrWpK192s%-|s&k3B!BBa?Y;Mb^HHr@7Xw**yjs({QrFaDg5=uBd^zM4)(rW zylVmoZ?OvdyvHl;EsPJMk0;jLTdU>q|M`OLlV2_0+xPj>-GD#efAS;QulVWY^(2t{ zjwRJxUZd&u|JlOrJupAq>|C&9m8#SKD-APtgT+?vYkIrmRK<_yZ|z`a!01~$_QW+a z2>jn!Q9t|DwVURzZ{9K3U*A3*Bz9rNno^iLT=d^Rf0%caR4-`blK9)iDDc0LN#K7o zqrm@3YDOaDbhG;q!b3h6Z*9h6l_H3_s^HF#M25RSVJw0LrWE>i_@% 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.

+