You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2013/12/27 10:41:55 UTC

[1/2] git commit: Decrease margin of left side of log page

Updated Branches:
  refs/heads/master 7d811ba6f -> 7be1e5778


Decrease margin of left side of log page


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/4f2fb761
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/4f2fb761
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/4f2fb761

Branch: refs/heads/master
Commit: 4f2fb761b0d0c756b777a516b2ffb480264ab943
Parents: e240bad
Author: Aaron Davidson <aa...@databricks.com>
Authored: Thu Dec 26 15:26:06 2013 -0800
Committer: Aaron Davidson <aa...@databricks.com>
Committed: Thu Dec 26 15:38:45 2013 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/4f2fb761/core/src/main/scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala b/core/src/main/scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala
index 40d6bdb..19aa800 100644
--- a/core/src/main/scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala
@@ -140,12 +140,12 @@ class WorkerWebUI(val worker: Worker, val workDir: File, requestedPort: Option[I
         <body>
           {linkToMaster}
           <div>
-            <div style="float:left;width:40%">{backButton}</div>
+            <div style="float:left; margin-right:10px">{backButton}</div>
             <div style="float:left;">{range}</div>
-            <div style="float:right;">{nextButton}</div>
+            <div style="float:right; margin-left:10px">{nextButton}</div>
           </div>
           <br />
-          <div style="height:500px;overflow:auto;padding:5px;">
+          <div style="height:500px; overflow:auto; padding:5px;">
             <pre>{logText}</pre>
           </div>
         </body>


[2/2] git commit: Merge pull request #298 from aarondav/minor

Posted by rx...@apache.org.
Merge pull request #298 from aarondav/minor

Minor: Decrease margin of left side of Log page

Before
![before](https://f.cloud.github.com/assets/1400247/1812647/1a4be53e-6e87-11e3-9d5b-f851274be0e9.png)

After
![after](https://f.cloud.github.com/assets/1400247/1812648/1ca1ea2c-6e87-11e3-946c-31be9258f450.png)

It's a start anyway...


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/7be1e577
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/7be1e577
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/7be1e577

Branch: refs/heads/master
Commit: 7be1e57786005e52b71238425d4557bb6d1311cc
Parents: 7d811ba 4f2fb76
Author: Reynold Xin <rx...@apache.org>
Authored: Thu Dec 26 23:41:40 2013 -1000
Committer: Reynold Xin <rx...@apache.org>
Committed: Thu Dec 26 23:41:40 2013 -1000

----------------------------------------------------------------------
 .../scala/org/apache/spark/deploy/worker/ui/WorkerWebUI.scala  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------