summaryrefslogtreecommitdiffstats
path: root/web/demo2.html
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-02-06 03:35:17 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-02-06 03:35:17 +0200
commitd2a463a2c39ab496bc84a2e54bee08e18ae92ec9 (patch)
treebdbba3d917146faf55f8f8db2f2a639c30584e88 /web/demo2.html
parentbdbae1f67bddf12f83163a68ac612e19f4c38ad8 (diff)
added dark theme; which is now the default;
Diffstat (limited to 'web/demo2.html')
-rwxr-xr-xweb/demo2.html30
1 files changed, 4 insertions, 26 deletions
diff --git a/web/demo2.html b/web/demo2.html
index 80e66364a9..7a8d75a547 100755
--- a/web/demo2.html
+++ b/web/demo2.html
@@ -11,20 +11,10 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="author" content="costa@tsaousis.gr">
- <style>
- .easyPieChartLabel {
- color: #222 !important;
- text-shadow: #333 0px 0px 1px !important;
- }
- .gaugeChartLabel {
- color: #222 !important;
- text-shadow: #CCC 0px 0px 1px !important;
- }
- </style>
-
+ <script>var netdataTheme = 'slate';</script>
<script type="text/javascript" src="dashboard.js"></script>
</head>
-<body style="background-color: #444;">
+<body>
<div class="container" style="width: 90%; padding-top: 10px; text-align: center; color: #AAA">
<div style="font-size: 7vw;">why netdata?</div>
@@ -55,8 +45,6 @@
data-title="1/second (netdata&nbsp;default)"
data-units="important metric"
data-colors="#5A5"
- data-gauge-stroke-color="#555"
- data-gauge-pointer-color="#333"
></div>
</div>
<div style="display: inline-block; width: 50%">
@@ -68,11 +56,9 @@
data-width="45%"
data-after="-600"
data-points="40"
- data-title="Updates Every 15&nbsp;Sec&nbsp;(<a href='https://github.com/OpenTSDB/opentsdb.net/blob/gh-pages/docs/source/user_guide/utilities/tcollector.rst#collecting-lots-of-metrics-with-tcollector' target='_blank'>OpenTSDB</a>)"
+ data-title="Updates Every 15&nbsp;Sec"
data-units="important metric"
data-colors="#C55"
- data-gauge-stroke-color="#555"
- data-gauge-pointer-color="#333"
></div>
<div data-netdata="example.random2"
data-dimensions="random"
@@ -81,11 +67,9 @@
data-width="45%"
data-after="-600"
data-points="2"
- data-title="Updates Every 5&nbsp;Mins&nbsp;(your&nbsp;NMS)"
+ data-title="Updates Every 5&nbsp;Mins"
data-units="important metric"
data-colors="#C55"
- data-gauge-stroke-color="#555"
- data-gauge-pointer-color="#333"
></div>
</div>
</div>
@@ -104,8 +88,6 @@
data-title="1/second (netdata&nbsp;default)"
data-units="important metric"
data-colors="#5A5"
- data-easypiechart-trackcolor="#555"
- data-easypiechart-scalecolor="#555"
></div>
</div>
<div style="display: inline-block; width: 40%">
@@ -120,8 +102,6 @@
data-title="Updates Every 15&nbsp;Sec&nbsp;(<a href='https://github.com/OpenTSDB/opentsdb.net/blob/gh-pages/docs/source/user_guide/utilities/tcollector.rst#collecting-lots-of-metrics-with-tcollector' target='_blank'>OpenTSDB</a>)"
data-units="important metric"
data-colors="#C55"
- data-easypiechart-trackcolor="#555"
- data-easypiechart-scalecolor="#555"
></div>
<div data-netdata="example.random2"
data-dimensions="random"
@@ -133,8 +113,6 @@
data-title="Updates Every 5&nbsp;Mins&nbsp;(your&nbsp;NMS)"
data-units="important metric"
data-colors="#C55"
- data-easypiechart-trackcolor="#555"
- data-easypiechart-scalecolor="#555"
></div>
</div>
</div>