aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources/org
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-04-17 11:02:31 +0100
committerSean Owen <sowen@cloudera.com>2015-04-17 11:02:31 +0100
commitf7a25644ed5b3b49fe7f33743bec3d95cdf7913e (patch)
tree3269327a30b18cce1531cfefbc28ae607e9e3248 /core/src/main/resources/org
parent8220d5265f1bbea9dfdaeec4f2d06d7fe24c0bc3 (diff)
downloadspark-f7a25644ed5b3b49fe7f33743bec3d95cdf7913e.tar.gz
spark-f7a25644ed5b3b49fe7f33743bec3d95cdf7913e.tar.bz2
spark-f7a25644ed5b3b49fe7f33743bec3d95cdf7913e.zip
SPARK-6846 [WEBUI] Stage kill URL easy to accidentally trigger and possibility for security issue
kill endpoints now only accept a POST (kill stage, master kill app, master kill driver); kill link now POSTs Author: Sean Owen <sowen@cloudera.com> Closes #5528 from srowen/SPARK-6846 and squashes the following commits: 137ac9f [Sean Owen] Oops, fix scalastyle line length probelm 7c5f961 [Sean Owen] Add Imran's test of kill link 59f447d [Sean Owen] kill endpoints now only accept a POST (kill stage, master kill app, master kill driver); kill link now POSTs
Diffstat (limited to 'core/src/main/resources/org')
-rw-r--r--core/src/main/resources/org/apache/spark/ui/static/webui.css6
1 files changed, 1 insertions, 5 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 6c37cc8b98..4910744d1d 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
@@ -85,17 +85,13 @@ table.sortable td {
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FFA4EDFF', endColorstr='#FF94DDFF', GradientType=0);
}
-span.kill-link {
+a.kill-link {
margin-right: 2px;
margin-left: 20px;
color: gray;
float: right;
}
-span.kill-link a {
- color: gray;
-}
-
span.expand-details {
font-size: 10pt;
cursor: pointer;