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