ekg 0.3.0.3 → 0.3.0.4
raw patch · 6 files changed
+5/−5 lines, 6 filesdep ~transformersbinary-addedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- assets/chart_line_add.png binary
- assets/cross.png binary
- assets/dialog_close.png binary
- assets/graph-icon.png binary
- assets/monitor.js +2/−2
- ekg.cabal +3/−3
+ assets/chart_line_add.png view
binary file changed (absent → 803 bytes)
+ assets/cross.png view
binary file changed (absent → 473 bytes)
− assets/dialog_close.png
binary file changed (501 → absent bytes)
− assets/graph-icon.png
binary file changed (865 → absent bytes)
assets/monitor.js view
@@ -197,7 +197,7 @@ $("#plots:last").append( '<div id="' + key + '-plot" class="plot-container">' +- '<img src="dialog_close.png" class="close-button"><h3>' + key ++ '<img src="cross.png" class="close-button"><h3>' + key + '</h3><div class="plot"></div></div>'); var plot = $("#plots > .plot-container:last > div"); var observer = addPlot(plot,@@ -234,7 +234,7 @@ // Add UI element table.find("tbody:last").append( '<tr><td>' + key +- ' <img src="graph-icon.png" class="graph-button"' ++ ' <img src="chart_line_add.png" class="graph-button"' + ' width="16" height="16"' + ' alt="Add graph" title="Add graph"></td>' + '<td class="value">N/A</td></tr>');
ekg.cabal view
@@ -1,5 +1,5 @@ name: ekg-version: 0.3.0.3+version: 0.3.0.4 synopsis: Remote monitoring of processes description: This library lets you remotely monitor a running process over HTTP.@@ -16,7 +16,7 @@ data-files: assets/index.html assets/monitor.js assets/monitor.css assets/jquery.flot.min.js assets/jquery-1.6.4.min.js assets/bootstrap-1.4.0.min.css- assets/dialog_close.png assets/graph-icon.png+ assets/chart_line_add.png assets/cross.png library exposed-modules: System.Remote.Counter@@ -36,7 +36,7 @@ snap-server < 0.9, text < 0.12, time < 1.5,- transformers < 0.3,+ transformers < 0.4, unordered-containers < 0.3 ghc-options: -Wall