aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/twirl/common/layout.scala.html
diff options
context:
space:
mode:
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>