diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-09-21 22:41:57 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-09-21 22:41:57 +0200 |
| commit | 0a343357ddec7e79beb135197ee6cb508aa9d8cc (patch) | |
| tree | acfb41e4510104beadceb2e87328e41ce4e080bb /htroot/terminal_p.html | |
| parent | 3b4710f1fb7e55c8c3fbcb16243aa27c3092eb7d (diff) | |
enlarged by 20% also PerformaceGraph, ProfilingGraph
NetworkHistory, ChartPlotter and the Status page.
Diffstat (limited to 'htroot/terminal_p.html')
| -rw-r--r-- | htroot/terminal_p.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/terminal_p.html b/htroot/terminal_p.html index d45806c76..4ca74cc64 100644 --- a/htroot/terminal_p.html +++ b/htroot/terminal_p.html @@ -22,7 +22,7 @@ function loadPerformance() { document.images[1].src = "PerformanceGraph.png?cnt=" + cnt++;
}
function loadNetwork() {
- document.images[3].src = "NetworkPicture.png?width=660&height=360&bgcolor=000000&cnt=" + cnt++;
+ document.images[3].src = "NetworkPicture.png?width=825&height=450&bgcolor=000000&cnt=" + cnt++;
}
function init() {
@@ -127,12 +127,12 @@ function init() { </div>
<h1>Resource Monitor</h1>
-<a href="PerformanceGraph.png" onclick="return hs.expand(this)"><img src="PerformanceGraph.png" style="width:330px;height:120px;border-width:0;" id="graph" alt="PerformanceGraph"/></a>
-<a href="WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="WebStructurePicture_p.png?host=auto&depth=2&width=660&height=240&nodes=100&time=1000" style="width:330px;height:120px;border-width:0;" alt="WebStructurePicture"/></a>
+<a href="PerformanceGraph.png" onclick="return hs.expand(this)"><img src="PerformanceGraph.png" style="width:412px;height:150px;border-width:0;" id="graph" alt="PerformanceGraph"/></a>
+<a href="WebStructurePicture_p.png?host=auto&depth=2&width=8250&height=300&nodes=100&time=1000" onclick="return hs.expand(this)"><img src="WebStructurePicture_p.png?host=auto&depth=2&width=825&height=300&nodes=100&time=1000" style="width:330px;height:120px;border-width:0;" alt="WebStructurePicture"/></a>
<h1>Network Monitor</h1>
<div style="text-align:left;margin:0;padding:0;">
-<a href="NetworkPicture.png?width=660&height=360&bgcolor=000000" onclick="return hs.expand(this)"><img src="NetworkPicture.png?width=660&height=360&bgcolor=000000" style="width:330px;height:180px;border-width:0;" alt="The yacy Network" /></a>
+<a href="NetworkPicture.png?width=825&height=450&bgcolor=000000" onclick="return hs.expand(this)"><img src="NetworkPicture.png?width=825&height=450&bgcolor=000000" style="width:330px;height:180px;border-width:0;" alt="The yacy Network" /></a>
<!--<embed src="http://widgets.amung.us/flash/v2map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" allowScriptAccess="always" allowNetworking="all" type="application/x-shockwave-flash" flashvars="wausitehash=qp3j5gox&map=night&pin=star-orange&link=no" width="330" height="180" />-->
<!-- Because embed is not XHTML 1.0 Transitional replaced by object -->
<script type="text/javascript" src="http://widgets.amung.us/map.js"></script><script type="text/javascript">WAU_map('qp3j5gox', 330, 180, 'night', 'star-orange')</script>
|
