Update index.html text
This commit is contained in:
parent
4f02c77db8
commit
9ee56d0720
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Status Whisper network graph</title>
|
<title>Whisper propagation</title>
|
||||||
<style>
|
<style>
|
||||||
body { margin: 0; }
|
body { margin: 0; }
|
||||||
</style>
|
</style>
|
||||||
|
@ -33,10 +33,8 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
<div class="pure-u-1-5">
|
<div class="pure-u-1-5">
|
||||||
<h1>Status Whisper Network Graph</h1>
|
<h1>Whisper message propagation</h1>
|
||||||
<p>This graph represents Status cluster and connected peers, as
|
<p>This visualization represents message propagation in the p2p network.</p>
|
||||||
reported by instrumented nodes and Status app with metrics option
|
|
||||||
enabled.</p>
|
|
||||||
<div>
|
<div>
|
||||||
<button class="pure-button pure-button-primary" id="replayButton">Replay</button>
|
<button class="pure-button pure-button-primary" id="replayButton">Replay</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue