You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2013/10/27 19:16:39 UTC

svn commit: r1536175 - in /incubator/chukwa/trunk: CHANGES.txt src/main/web/hicc/jsp/event.jsp

Author: eyang
Date: Sun Oct 27 18:16:38 2013
New Revision: 1536175

URL: http://svn.apache.org/r1536175
Log:
CHUKWA-699. Updated timeline widget stylesheet.  (Eric Yang)

Modified:
    incubator/chukwa/trunk/CHANGES.txt
    incubator/chukwa/trunk/src/main/web/hicc/jsp/event.jsp

Modified: incubator/chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/CHANGES.txt?rev=1536175&r1=1536174&r2=1536175&view=diff
==============================================================================
--- incubator/chukwa/trunk/CHANGES.txt (original)
+++ incubator/chukwa/trunk/CHANGES.txt Sun Oct 27 18:16:38 2013
@@ -12,6 +12,8 @@ Release 0.6 - Unreleased
 
   NEW FEATURES
 
+    CHUKWA-699. Updated timeline widget stylesheet.  (Eric Yang)
+
     CHUKWA-697. Added generic heatmap REST API and visualization.  (Eric Yang)
 
     CHUKWA-695. Added ability to export widgets from graph explorer. (Eric Yang)

Modified: incubator/chukwa/trunk/src/main/web/hicc/jsp/event.jsp
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/src/main/web/hicc/jsp/event.jsp?rev=1536175&r1=1536174&r2=1536175&view=diff
==============================================================================
--- incubator/chukwa/trunk/src/main/web/hicc/jsp/event.jsp (original)
+++ incubator/chukwa/trunk/src/main/web/hicc/jsp/event.jsp Sun Oct 27 18:16:38 2013
@@ -51,6 +51,9 @@
 <html>
   <head>
     <link rel='stylesheet' href='/hicc/lib/timeline/bundle.css' type='text/css' />
+    <link href="/hicc/css/default.css" rel="stylesheet" type="text/css">
+    <link href="/hicc/css/formalize.css" rel="stylesheet" type="text/css" />
+    <script src="/hicc/js/jquery.formalize.js"></script>
     <script src="/hicc/lib/timeline/timeline-api.js?bundle=true" type="text/javascript"></script>
     <script src="/hicc/lib/timeline/search.js" type="text/javascript"></script>
     <script type="text/javascript">