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 2016/01/14 18:22:39 UTC

airavata-php-gateway git commit: fixing AIRAVATA-1801

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 97f9598d4 -> 6c04ff385


fixing AIRAVATA-1801


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/6c04ff38
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/6c04ff38
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/6c04ff38

Branch: refs/heads/develop
Commit: 6c04ff38540dc53329222f2ef08a5048366828c2
Parents: 97f9598
Author: scnakandala <su...@gmail.com>
Authored: Thu Jan 14 12:22:34 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Thu Jan 14 12:22:34 2016 -0500

----------------------------------------------------------------------
 app/views/partials/experiment-container.blade.php | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6c04ff38/app/views/partials/experiment-container.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-container.blade.php b/app/views/partials/experiment-container.blade.php
index 24b1df1..71d6454 100644
--- a/app/views/partials/experiment-container.blade.php
+++ b/app/views/partials/experiment-container.blade.php
@@ -38,7 +38,11 @@
                         @endif
                     </td>
                     <!-- Application Name -->
+                    @if(isset($experiment['expValue']['applicationInterface']))
                     <td>{{ $experiment['expValue']['applicationInterface']->applicationName }}</td>
+                    @else
+                    <td></td>
+                    @endif
                     <!-- User Names visible to admin -->
                 @if( isset($dashboard))
                     <td>{{$experiment['experiment']->userName}}</td>