From: Yasin Date: Wed, 21 Jan 2015 17:31:54 +0000 (+0100) Subject: Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab X-Git-Tag: myslice-1.3~113 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5826537e8d4519f35cdb55769794c95edef7e3dc;hp=-c;p=myslice.git Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab --- 5826537e8d4519f35cdb55769794c95edef7e3dc diff --combined portal/templates/fed4fire/fed4fire_home-view.html index 89972ac6,5938eac8..4c1c6fbc --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@@ -55,7 -55,7 +55,7 @@@ {%if 'creds_expired' in user_cred %}

EXPIRED CREDENTIALS Please delegate again your credentials to the portal!

{%endif%} - {%if 'is_pi' in pi %} + {% if pi %}

EXPERIMENT @@@ -92,9 -92,23 +92,23 @@@
+
+ +
+
+

Your projects + + +

+
+
+
Loading projects
+
+

@@@ -108,7 -122,7 +122,7 @@@

- +
@@@ -269,6 -283,9 +283,9 @@@ $('button#slicerequestbtn').click(function() { window.location="/portal/slice_request/"; }); + $('button#projectrequestbtn').click(function() { + window.location="/portal/project_request/"; + }); myslice.loadSlices(); });