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 2015/07/16 19:12:29 UTC

airavata-php-gateway git commit: changing status names in exp stat UI

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/0.15-release-branch f4e7a9c7a -> cd8012fdb


changing status names in exp stat UI


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

Branch: refs/heads/0.15-release-branch
Commit: cd8012fdba1d2910a3402b24e3905f58fe1c81f3
Parents: f4e7a9c
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jul 16 22:42:08 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jul 16 22:42:08 2015 +0530

----------------------------------------------------------------------
 app/views/admin/experiment-statistics.blade.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/cd8012fd/app/views/admin/experiment-statistics.blade.php
----------------------------------------------------------------------
diff --git a/app/views/admin/experiment-statistics.blade.php b/app/views/admin/experiment-statistics.blade.php
index 28f4e6c..ee94c4c 100644
--- a/app/views/admin/experiment-statistics.blade.php
+++ b/app/views/admin/experiment-statistics.blade.php
@@ -38,7 +38,7 @@
             </div>
             <a id="getAllExperiments" href="#experiment-container">
                 <div class="panel-footer">
-                    <span class="pull-left">CREATED</span>
+                    <span class="pull-left">CREATED VALIDATED</span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
 
                     <div class="clearfix"></div>
@@ -61,7 +61,7 @@
             </div>
             <a id="getAllExperiments" href="#experiment-container">
                 <div class="panel-footer">
-                    <span class="pull-left">SCHEDULED QUEUED RUNNING</span>
+                    <span class="pull-left">SCHEDULED LAUNCHED EXECUTING</span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
 
                     <div class="clearfix"></div>