You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/01/25 06:21:16 UTC

[incubator-tuweni] branch main updated: Simplify index page of crawler

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/main by this push:
     new 59357bc  Simplify index page of crawler
     new 43d26f9  Merge pull request #368 from atoulme/simplify_index
59357bc is described below

commit 59357bc046e6121d3c23bdce1066ed75e8d0e417
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Mon Jan 24 20:23:39 2022 -0800

    Simplify index page of crawler
---
 eth-crawler/src/main/resources/webapp/index.html | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/eth-crawler/src/main/resources/webapp/index.html b/eth-crawler/src/main/resources/webapp/index.html
index 424b4c3..e123248 100644
--- a/eth-crawler/src/main/resources/webapp/index.html
+++ b/eth-crawler/src/main/resources/webapp/index.html
@@ -69,23 +69,11 @@ specific language governing permissions and limitations under the License.
                              Public Key
                          </th>
                          <th>
-                             P2P Version
-                         </th>
-                         <th>
                              Client ID
                          </th>
                          <th>
                              Capabilities
                          </th>
-                         <th>
-                             Genesis Hash
-                         </th>
-                         <th>
-                             Best Hash
-                         </th>
-                         <th>
-                             Total Difficulty
-                         </th>
                      </tr>
                     </thead>
                     <tbody>
@@ -97,20 +85,11 @@ specific language governing permissions and limitations under the License.
                               {{ item.nodeId.substr(0,8) }}...{{ item.nodeId.substr(-8,8) }}
                           </td>
                           <td>
-                              {{ item.p2pVersion }}
-                          </td>
-                          <td>
                               {{ item.clientId }}
                           </td>
                           <td>
                               {{ item.capabilities }}
                           </td>
-                          <td>
-                              {{ item.genesisHash.substr(0,8) }}...{{ item.genesisHash.substr(-8,8) }}
-                          </td>
-                          <td>
-                              {{ item.bestHash.substr(0,8) }}...{{ item.bestHash.substr(-8,8) }}
-                          </td>
                       </tr>
                     </tbody>
                 </table>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org