You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/08/31 20:03:15 UTC

airavata-php-gateway git commit: fixing SSH_FORK information not shown issue

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 83c5e228d -> e07ffb31c


fixing SSH_FORK information not shown issue


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/e07ffb31
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/e07ffb31
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/e07ffb31

Branch: refs/heads/master
Commit: e07ffb31cd06dcee29a85d14417167d971388012
Parents: 83c5e22
Author: Supun Nakandala <sc...@apache.org>
Authored: Mon Aug 31 23:32:58 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Mon Aug 31 23:32:58 2015 +0530

----------------------------------------------------------------------
 app/views/resource/view.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/e07ffb31/app/views/resource/view.blade.php
----------------------------------------------------------------------
diff --git a/app/views/resource/view.blade.php b/app/views/resource/view.blade.php
index 495ba55..4f91ac9 100644
--- a/app/views/resource/view.blade.php
+++ b/app/views/resource/view.blade.php
@@ -185,7 +185,7 @@
                         </select>
                     </div>
                 </div>
-                @elseif( $selectedJspIndex == $jobSubmissionProtocolsObject::SSH)
+                @elseif( $selectedJspIndex == $jobSubmissionProtocolsObject::SSH || $jobSubmissionProtocolsObject::SSH_FORK)
                 <div class="form-group required">
                     <label>Selected Security Protocol</label>
                     <select disabled="true" name="securityProtocol" required="required">