Skip to content

Commit

Permalink
Merge pull request #669 from d2r/d2r-html-template
Browse files Browse the repository at this point in the history
ui and log viewer send proper html pages
  • Loading branch information
nathanmarz committed Sep 19, 2013
2 parents 030c11e + 21805e3 commit da8e666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion storm-core/src/clj/backtype/storm/daemon/logviewer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
(str "effective log level for " name " is " (.getLevel (.getLogger log)))))

(defn log-template [body]
(html
(html4
[:head
[:title "Storm log viewer"]
(include-css "/css/bootstrap-1.1.0.css")
Expand Down
2 changes: 1 addition & 1 deletion storm-core/src/clj/backtype/storm/ui/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:onclick "toggleSys()"}]])

(defn ui-template [body]
(html
(html4
[:head
[:title "Storm UI"]
(include-css "/css/bootstrap-1.1.0.css")
Expand Down

0 comments on commit da8e666

Please sign in to comment.