aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorgenmao.ygm <genmao.ygm@alibaba-inc.com>2014-12-22 14:14:39 -0800
committerAndrew Or <andrew@databricks.com>2014-12-22 14:14:39 -0800
commitde9d7d2b5b6d80963505571700e83779fd98f850 (patch)
treec54188d3126ae8885e24c8c5dc9d06a345ae9ce7 /core/src/main/resources
parenta61aa669af474b4b82976541cf3a6d2787014a0b (diff)
downloadspark-de9d7d2b5b6d80963505571700e83779fd98f850.tar.gz
spark-de9d7d2b5b6d80963505571700e83779fd98f850.tar.bz2
spark-de9d7d2b5b6d80963505571700e83779fd98f850.zip
[SPARK-4920][UI]:current spark version in UI is not striking.
It is not convenient to see the Spark version. We can keep the same style with Spark website. ![spark_version](https://cloud.githubusercontent.com/assets/7402327/5527025/1c8c721c-8a35-11e4-8d6a-2734f3c6bdf8.jpg) Author: genmao.ygm <genmao.ygm@alibaba-inc.com> Closes #3763 from uncleGen/master-clean-141222 and squashes the following commits: 0dcb9a9 [genmao.ygm] [SPARK-4920][UI]:current spark version in UI is not striking.
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/webui.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/main/resources/org/apache/spark/ui/static/webui.css b/core/src/main/resources/org/apache/spark/ui/static/webui.css
index 68c52ac09b..5751964b79 100644
--- a/core/src/main/resources/org/apache/spark/ui/static/webui.css
+++ b/core/src/main/resources/org/apache/spark/ui/static/webui.css
@@ -169,6 +169,16 @@ span.additional-metric-title {
display: inline-block;
}
+.version {
+ line-height: 30px;
+ vertical-align: bottom;
+ font-size: 12px;
+ padding: 0;
+ margin: 0;
+ font-weight: bold;
+ color: #777;
+}
+
/* Hide all additional metrics by default. This is done here rather than using JavaScript to
* avoid slow page loads for stage pages with large numbers (e.g., thousands) of tasks. */
.scheduler_delay, .deserialization_time, .serialization_time, .getting_result_time {