aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-04-10 20:43:56 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-04-10 20:43:56 -0700
commit44f654eecd3c181f2aeaff3871acf7f00eacc6b9 (patch)
tree66a8a3b6db075371696118edb329edf3e8089f35 /core/src/main/resources
parent7b4203ab4c640f7875ae3536228ed4d791062017 (diff)
downloadspark-44f654eecd3c181f2aeaff3871acf7f00eacc6b9.tar.gz
spark-44f654eecd3c181f2aeaff3871acf7f00eacc6b9.tar.bz2
spark-44f654eecd3c181f2aeaff3871acf7f00eacc6b9.zip
SPARK-1202: Improvements to task killing in the UI.
1. Adds a separate endpoint for the killing logic that is outside of a page. 2. Narrows the scope of the killingEnabled tracking. 3. Some style improvements. Author: Patrick Wendell <pwendell@gmail.com> Closes #386 from pwendell/kill-link and squashes the following commits: 8efe02b [Patrick Wendell] Improvements to task killing in the UI.
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/webui.css9
1 files changed, 9 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 fe54c34ffb..599c3ac9b5 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
@@ -78,3 +78,12 @@ table.sortable thead {
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFA4EDFF', endColorstr='#FF94DDFF', GradientType=0);
}
+
+span.kill-link {
+ margin-right: 2px;
+ color: gray;
+}
+
+span.kill-link a {
+ color: gray;
+}