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/23 18:02:47 UTC

[1/2] airavata-php-gateway git commit: making placeholders same size

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/0.15-release-branch 5fd84e8de -> 34d070cf2


making placeholders same size


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

Branch: refs/heads/0.15-release-branch
Commit: d605160ee1036ac9602ccfdd99354d2b2ccdc617
Parents: 5fd84e8
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jul 23 21:23:04 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jul 23 21:23:04 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/d605160e/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 2cdb197..1abc60a 100644
--- a/app/views/admin/experiment-statistics.blade.php
+++ b/app/views/admin/experiment-statistics.blade.php
@@ -14,7 +14,7 @@
                 </div>
             </div>
             <a id="getAllExperiments" href="#experiment-container">
-            <div class="panel-footer">
+            <div class="panel-footer" style="height: 100px">
                     <span class="pull-left">All</span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
 
@@ -37,8 +37,8 @@
                 </div>
             </div>
             <a id="getCreatedExperiments" href="#experiment-container">
-                <div class="panel-footer">
-                    <span class="pull-left">CREATED VALIDATED</span>
+                <div class="panel-footer" style="height: 100px">
+                    <span class="pull-left">CREATED VALIDATED &nbsp; &nbsp; &nbsp; &nbsp; </span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
 
                     <div class="clearfix"></div>
@@ -60,7 +60,7 @@
                 </div>
             </div>
             <a id="getRunningExperiments" href="#experiment-container">
-                <div class="panel-footer">
+                <div class="panel-footer" style="height: 100px">
                     <span class="pull-left">SCHEDULED LAUNCHED EXECUTING</span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
 
@@ -83,7 +83,7 @@
                 </div>
             </div>
             <a id="getCompletedExperiments" href="#experiment-container">
-            <div class="panel-footer">
+            <div class="panel-footer" style="height: 100px">
                     <span class="pull-left">COMPLETED</span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></i></span>
 
@@ -107,7 +107,7 @@
                 </div>
             </div>
             <a id="getCancelledExperiments" href="#experiment-container">
-            <div class="panel-footer">
+            <div class="panel-footer" style="height: 100px">
                     <span class="pull-left">CANCELLING CANCELLED</span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></i></span>
 
@@ -131,7 +131,7 @@
                 </div>
             </div>
             <a id="getFailedExperiments" href="#experiment-container">
-            <div class="panel-footer">
+            <div class="panel-footer" style="height: 100px">
                     <span class="pull-left">FAILED</span>
                     <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
 


[2/2] airavata-php-gateway git commit: removing arrow in experiment placeholders

Posted by sc...@apache.org.
removing arrow in experiment placeholders


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

Branch: refs/heads/0.15-release-branch
Commit: 34d070cf226900a090029b84b7beaf47797c75d5
Parents: d605160
Author: Supun Nakandala <sc...@apache.org>
Authored: Thu Jul 23 21:30:16 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Thu Jul 23 21:30:16 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/34d070cf/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 1abc60a..8df69db 100644
--- a/app/views/admin/experiment-statistics.blade.php
+++ b/app/views/admin/experiment-statistics.blade.php
@@ -14,9 +14,9 @@
                 </div>
             </div>
             <a id="getAllExperiments" href="#experiment-container">
-            <div class="panel-footer" style="height: 100px">
+            <div class="panel-footer" style="height: 80px">
                     <span class="pull-left">All</span>
-                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
+<!--                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>-->
 
                     <div class="clearfix"></div>
                 </div>
@@ -37,9 +37,9 @@
                 </div>
             </div>
             <a id="getCreatedExperiments" href="#experiment-container">
-                <div class="panel-footer" style="height: 100px">
+                <div class="panel-footer" style="height: 80px">
                     <span class="pull-left">CREATED VALIDATED &nbsp; &nbsp; &nbsp; &nbsp; </span>
-                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
+<!--                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>-->
 
                     <div class="clearfix"></div>
                 </div>
@@ -60,9 +60,9 @@
                 </div>
             </div>
             <a id="getRunningExperiments" href="#experiment-container">
-                <div class="panel-footer" style="height: 100px">
+                <div class="panel-footer" style="height: 80px">
                     <span class="pull-left">SCHEDULED LAUNCHED EXECUTING</span>
-                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
+<!--                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>-->
 
                     <div class="clearfix"></div>
                 </div>
@@ -83,9 +83,9 @@
                 </div>
             </div>
             <a id="getCompletedExperiments" href="#experiment-container">
-            <div class="panel-footer" style="height: 100px">
+            <div class="panel-footer" style="height: 80px">
                     <span class="pull-left">COMPLETED</span>
-                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></i></span>
+<!--                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></i></span>-->
 
                     <div class="clearfix"></div>
                 </div>
@@ -107,9 +107,9 @@
                 </div>
             </div>
             <a id="getCancelledExperiments" href="#experiment-container">
-            <div class="panel-footer" style="height: 100px">
+            <div class="panel-footer" style="height: 80px">
                     <span class="pull-left">CANCELLING CANCELLED</span>
-                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></i></span>
+<!--                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></i></span>-->
 
                     <div class="clearfix"></div>
                 </div>
@@ -131,9 +131,9 @@
                 </div>
             </div>
             <a id="getFailedExperiments" href="#experiment-container">
-            <div class="panel-footer" style="height: 100px">
+            <div class="panel-footer" style="height: 80px">
                     <span class="pull-left">FAILED</span>
-                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>
+<!--                    <span class="pull-right"><span class="glyphicon glyphicon-arrow-right"></span></span>-->
 
                     <div class="clearfix"></div>
                 </div>