From e418bc67d2fbf3957c22a0fa1d8167a47f8b02ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Wed, 12 Apr 2017 17:07:34 +0300 Subject: [PATCH] cmd/puppeth: format dashboard html, update syncmode flags --- cmd/puppeth/module_dashboard.go | 484 ++++++++++++++++---------------- 1 file changed, 242 insertions(+), 242 deletions(-) diff --git a/cmd/puppeth/module_dashboard.go b/cmd/puppeth/module_dashboard.go index cf8dcb1e2..17f119111 100644 --- a/cmd/puppeth/module_dashboard.go +++ b/cmd/puppeth/module_dashboard.go @@ -32,95 +32,95 @@ import ( var dashboardContent = ` - - - - - - + + + + + + - {{.NetworkTitle}}: Ethereum Testnet + {{.NetworkTitle}}: Ethereum Testnet - - - - - + + + + + - -
-
-
-
- -
-
- +
+
+
+ -
-
-
+ + + + + - - - - + + + - + + ` @@ -396,7 +396,7 @@ var dashboardDockerfile = ` FROM mhart/alpine-node:latest RUN \ - npm install connect serve-static && \ + npm install connect serve-static && \ \ echo 'var connect = require("connect");' > server.js && \ echo 'var serveStatic = require("serve-static");' >> server.js && \