Repository: airavata-php-gateway Updated Branches: refs/heads/develop 056fa578f -> 849c6e052
fixing bug 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/849c6e05 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/849c6e05 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/849c6e05 Branch: refs/heads/develop Commit: 849c6e052409a601e54e191dcd8545e2ac0a0fbe Parents: 056fa57 Author: scnakandala <[email protected]> Authored: Tue May 23 11:05:29 2017 -0400 Committer: scnakandala <[email protected]> Committed: Tue May 23 11:05:29 2017 -0400 ---------------------------------------------------------------------- app/views/application/deployment.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/849c6e05/app/views/application/deployment.blade.php ---------------------------------------------------------------------- diff --git a/app/views/application/deployment.blade.php b/app/views/application/deployment.blade.php index 92eac2f..1b1ed85 100644 --- a/app/views/application/deployment.blade.php +++ b/app/views/application/deployment.blade.php @@ -63,7 +63,7 @@ <div class="panel-body"> <div class="app-deployment-block"> @include('partials/deployment-block', array( 'deploymentObject' => $deployment, - 'computeResources' => $computeResources, 'modules' => $modules, 'queueNames'=> $queueNames) ) + 'computeResources' => $computeResources, 'modules' => $modules) ) </div> </div> </div>
