dhtc-server
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: dhtc-server | ||
| Version: 2.0.3 | ||
| Version: 2.0.4 | ||
| Summary: distributed hash table crawler ui and api server | ||
@@ -36,2 +36,6 @@ Home-page: https://github.com/nbdy/dhtc-server | ||
| ## video | ||
| https://user-images.githubusercontent.com/12073272/184216110-d6e4e9c2-c956-427b-8d54-9524270ae6e6.mp4 | ||
@@ -31,3 +31,4 @@ function getBaseUrl() { | ||
| fill: false, | ||
| tension: 0.42 | ||
| tension: 0.42, | ||
| borderColor: 'rgba(38, 166, 91, 128)' | ||
| } | ||
@@ -44,3 +45,2 @@ ], | ||
| }, | ||
| borderColor: 'rgba(38, 166, 91, 128)' | ||
| } | ||
@@ -97,3 +97,11 @@ } | ||
| fill: false, | ||
| tension: 0.42 | ||
| tension: 0.42, | ||
| backgroundColor: [ | ||
| 'rgb(255,0,0)', | ||
| 'rgb(255,128,0)', | ||
| 'rgb(167,255,0)', | ||
| 'rgb(0,255,154)', | ||
| 'rgb(0,102,255)', | ||
| 'rgb(155,0,255)', | ||
| ] | ||
| } | ||
@@ -110,3 +118,2 @@ ], | ||
| }, | ||
| borderColor: 'rgba(38, 166, 91, 128)' | ||
| } | ||
@@ -113,0 +120,0 @@ } |
@@ -10,3 +10,3 @@ {% extends "base.html" %} | ||
| <div class="custom-checkbox"> | ||
| <input type="checkbox" id="metrics_live_update_checkbox" value="" checked="checked"> | ||
| <input type="checkbox" id="metrics_live_update_checkbox" checked="checked"> | ||
| <label for="metrics_live_update_checkbox">Live update</label> | ||
@@ -36,2 +36,5 @@ </div> | ||
| window.onload = function () { | ||
| let liveUpdateCheckbox = document.getElementById("metrics_live_update_checkbox"); | ||
| liveUpdateCheckbox.checked = true; | ||
| let minutelyChart = new LiveTorrentChart("minutely_metrics_container", "Last minute", 60, 60, "%-S", 1000); | ||
@@ -48,3 +51,2 @@ let hourlyChart = new LiveTorrentChart("hourly_metrics_container", "Last hour", 3600, 60, "%-M", 60000); | ||
| let liveUpdateCheckbox = document.getElementById("metrics_live_update_checkbox"); | ||
| liveUpdateCheckbox.onchange = function () { | ||
@@ -51,0 +53,0 @@ if(liveUpdateCheckbox.checked) { |
+5
-1
| Metadata-Version: 2.1 | ||
| Name: dhtc-server | ||
| Version: 2.0.3 | ||
| Version: 2.0.4 | ||
| Summary: distributed hash table crawler ui and api server | ||
@@ -36,2 +36,6 @@ Home-page: https://github.com/nbdy/dhtc-server | ||
| ## video | ||
| https://user-images.githubusercontent.com/12073272/184216110-d6e4e9c2-c956-427b-8d54-9524270ae6e6.mp4 | ||
+4
-0
@@ -19,1 +19,5 @@ # dhtc-server | ||
| ## [specification](dhtc_server.md) | ||
| ## video | ||
| https://user-images.githubusercontent.com/12073272/184216110-d6e4e9c2-c956-427b-8d54-9524270ae6e6.mp4 |
+1
-1
@@ -6,3 +6,3 @@ from setuptools import setup, find_packages | ||
| name="dhtc-server", | ||
| version="2.0.3", | ||
| version="2.0.4", | ||
| description="distributed hash table crawler ui and api server", | ||
@@ -9,0 +9,0 @@ author="Pascal Eberlein", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
487898
0.13%2360
0.3%