AIRAVATA-2200 User's personal compute account added to summary page
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/291f3b50 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/291f3b50 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/291f3b50 Branch: refs/heads/develop Commit: 291f3b50f9d4f419b4b1f62af670be17eeeb9a45 Parents: 00094b4 Author: Marcus Christie <[email protected]> Authored: Fri Nov 4 16:12:22 2016 -0400 Committer: Marcus Christie <[email protected]> Committed: Fri Nov 4 16:12:22 2016 -0400 ---------------------------------------------------------------------- app/views/partials/experiment-info.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/291f3b50/app/views/partials/experiment-info.blade.php ---------------------------------------------------------------------- diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php index 8856cc7..bd13668 100644 --- a/app/views/partials/experiment-info.blade.php +++ b/app/views/partials/experiment-info.blade.php @@ -73,6 +73,14 @@ echo $expVal["computeResource"]->hostName; } ?></td> </tr> + @if( $experiment->userConfigurationData->useUserCRPref ) + <tr> + <td><strong>Uses My Compute Resource Account</strong></td> + <td> + Yes + </td> + </tr> + @endif <tr> <td><strong>Experiment Status</strong></td> <td class="exp-status"><?php echo $expVal["experimentStatusString"]; ?></td>
