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/09/07 20:13:23 UTC

airavata-php-gateway git commit: making cosmetic changes to experiment info page

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 188b67306 -> ea8cc3011


making cosmetic changes to experiment info 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/ea8cc301
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ea8cc301
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ea8cc301

Branch: refs/heads/develop
Commit: ea8cc30111fa026b8cda5f462859dbf3d74382ef
Parents: 188b673
Author: scnakandala <su...@gmail.com>
Authored: Wed Sep 7 16:13:20 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Wed Sep 7 16:13:20 2016 -0400

----------------------------------------------------------------------
 app/views/partials/experiment-info.blade.php | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ea8cc301/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 52aa9a6..80fcf55 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -33,7 +33,7 @@
 
     <table class="table table-bordered">
         <tr>
-            <td><strong>Experiment Id</strong></td>
+            <td><strong>Experiment ID</strong></td>
             <td><?php echo $experiment->experimentId; ?></td>
         </tr>
         <tr>
@@ -59,7 +59,7 @@
                 } ?></td>
         </tr>
         <tr>
-            <td><strong>Compute resource</strong></td>
+            <td><strong>Compute Resource</strong></td>
             <td><?php if (!empty($expVal["computeResource"])) {
                     echo $expVal["computeResource"]->hostName;
                 } ?></td>
@@ -100,7 +100,7 @@
         -->
         @if( isset( $experiment->enableEmailNotification))
             <tr>
-                <td><strong>Notifications Enabled for:</strong></td>
+                <td><strong>Notifications To:</strong></td>
                 <td>
                     @if(isset($experiment->emailAddresses))
                         @foreach( $experiment->emailAddresses as $email)
@@ -133,7 +133,7 @@
         @endif
 
         <tr>
-            <td><strong>Creation time</strong></td>
+            <td><strong>Creation Time</strong></td>
             <td class="time" unix-time="{{ $expVal["experimentCreationTime"] }}"></td>
         </tr>
         <tr>
@@ -145,15 +145,15 @@
             <td><?php echo $experiment->userConfigurationData->airavataAutoSchedule==1?"true":"false"; ?></td>
         </tr>
         <tr>
-            <td><strong>Wall time</strong></td>
+            <td><strong>Wall Time</strong></td>
             <td>{{ $experiment->userConfigurationData->computationalResourceScheduling->wallTimeLimit }}</td>
         </tr>
         <tr>
-            <td><strong>CPU count</strong></td>
+            <td><strong>CPU Count</strong></td>
             <td>{{ $experiment->userConfigurationData->computationalResourceScheduling->totalCPUCount }}</td>
         </tr>
         <tr>
-            <td><strong>Node count</strong></td>
+            <td><strong>Node Count</strong></td>
             <td>{{ $experiment->userConfigurationData->computationalResourceScheduling->nodeCount }}</td>
         </tr>
         <tr>