aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/twirl/common/layout.scala.html
diff options
context:
space:
mode:
authorDenny <dennybritz@gmail.com>2012-08-01 19:29:50 -0700
committerDenny <dennybritz@gmail.com>2012-08-01 19:47:57 -0700
commit6c670c37dd5baf7d1f15a979d242516d1915630b (patch)
tree6c2e2dedd2b020fd0b56e302b86689230dca2ebd /core/src/main/twirl/common/layout.scala.html
parent1b29e90a7914155565d09e6c3477ad265969df00 (diff)
downloadspark-6c670c37dd5baf7d1f15a979d242516d1915630b.tar.gz
spark-6c670c37dd5baf7d1f15a979d242516d1915630b.tar.bz2
spark-6c670c37dd5baf7d1f15a979d242516d1915630b.zip
Webui improvements.
Diffstat (limited to 'core/src/main/twirl/common/layout.scala.html')
-rw-r--r--core/src/main/twirl/common/layout.scala.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/src/main/twirl/common/layout.scala.html b/core/src/main/twirl/common/layout.scala.html
index e6bb21969a..c428ee07dd 100644
--- a/core/src/main/twirl/common/layout.scala.html
+++ b/core/src/main/twirl/common/layout.scala.html
@@ -5,9 +5,13 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap.min.css" type="text/css">
- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap-responsive.min.css" type="text/css">
- <title>Spark WebUI</title>
+ <link rel="stylesheet" href="bootstrap.min.css" type="text/css">
+ <link rel="stylesheet" href="bootstrap-responsive.min.css" type="text/css">
+ <script src="sorttable.js"></script>
+ <title>@title</title>
+ <style type="text/css">
+ table.sortable thead { cursor: pointer; }
+ </style>
</head>
<body>