Repository: airavata-php-gateway Updated Branches: refs/heads/master e07ffb31c -> e892f8b40
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/150514e6 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/150514e6 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/150514e6 Branch: refs/heads/master Commit: 150514e696afbb5979d07af6172e7d3b64e43545 Parents: 83c5e22 Author: Supun Nakandala <[email protected]> Authored: Mon Aug 31 23:32:58 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Mon Aug 31 23:35:26 2015 +0530 ---------------------------------------------------------------------- app/views/resource/edit.blade.php | 2 +- app/views/resource/view.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/150514e6/app/views/resource/edit.blade.php ---------------------------------------------------------------------- diff --git a/app/views/resource/edit.blade.php b/app/views/resource/edit.blade.php index 93ecef4..c5a2671 100644 --- a/app/views/resource/edit.blade.php +++ b/app/views/resource/edit.blade.php @@ -254,7 +254,7 @@ </select> </div> </div> - @elseif( $selectedJspIndex == $jobSubmissionProtocolsObject::SSH) + @elseif( $selectedJspIndex == $jobSubmissionProtocolsObject::SSH || $jobSubmissionProtocolsObject::SSH_FORK) <div class="form-group required"> <label class="control-label">Select Security Protocol</label> <select name="securityProtocol" required="required"> http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/150514e6/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">
