summaryrefslogtreecommitdiff
path: root/jarmon.html.part
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-02-07 12:49:34 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-02-07 12:49:34 -0500
commit457eab60cd791fa88f4b3b52b993d484c632d42c (patch)
treeb981e7369a98e53bf4ba3778006ac319a5e6bd7b /jarmon.html.part
parent2e51cd8a60335e8d70632a6df66f61c96b3f64b5 (diff)
Add graphs for Winston.
Having two `jarmon.TabbedInterface`s seems buggy, but things have been adjusted to be usable (mostly Winston only has one tab).
Diffstat (limited to 'jarmon.html.part')
-rw-r--r--jarmon.html.part35
1 files changed, 29 insertions, 6 deletions
diff --git a/jarmon.html.part b/jarmon.html.part
index afec6f4..65ddede 100644
--- a/jarmon.html.part
+++ b/jarmon.html.part
@@ -1,4 +1,10 @@
-<div class="jarmon-proton">
+<div class="jarmon proton">
+ <div class="chart-container">
+ <h2 class="title"></h2>
+ <div class="error"></div>
+ <div class="chart"></div>
+ <div class="graph-legend"></div>
+ </div>
<div class="chartRangeControl">
<form>
<div class="range-inputs">
@@ -15,9 +21,26 @@
</div>
<div class="tabbed-chart-interface"></div>
</div>
-<div class="chart-container">
- <h2 class="title"></h2>
- <div class="error"></div>
- <div class="chart"></div>
- <div class="graph-legend"></div>
+<div class="jarmon winston">
+ <div class="chart-container">
+ <h2 class="title"></h2>
+ <div class="error"></div>
+ <div class="chart"></div>
+ <div class="graph-legend"></div>
+ </div>
+ <div class="chartRangeControl">
+ <form>
+ <div class="range-inputs">
+ <input name="from" type="datetime-local" step="1" />
+ <input name="to" type="datetime-local" step="1" />
+ <select name="shortcuts" title="Time range shortcuts - click to select an alternative time range" ></select>
+ <select name="tzoffset" title="Timezone offset - click to choose a custom timezone offset" ></select>
+ <input name="action" value="Update" type="button"
+ title="Graph update - click to update all graphs" />
+ </div>
+ <div class="range-preview"
+ title="Time range preview - click and drag to select a custom timerange" ></div>
+ </form>
+ </div>
+ <div class="tabbed-chart-interface"></div>
</div>