mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
dashboard: CPU, memory, diskIO and traffic on the footer (#15950)
* dashboard: footer, deep state update * dashboard: resolve asset path * dashboard: prevent state update on every reconnection * dashboard: fix linter issue * dashboard, cmd: minor UI fix, include commit hash * dashboard: gitCommit renamed to commit * dashboard: move the geth version to the right, make commit optional * dashboard: memory, traffic and CPU on footer * dashboard: fix merge * dashboard: CPU, diskIO on footer * dashboard: rename variables, use group declaration * dashboard: docs
This commit is contained in:
committed by
Péter Szilágyi
parent
ec96216d16
commit
05ade19302
36
vendor/vendor.json
vendored
36
vendor/vendor.json
vendored
@@ -44,6 +44,12 @@
|
||||
"revision": "ec5f4903f77ed9927ac95b19ab8e44ada64c1356",
|
||||
"revisionTime": "2017-02-15T19:58:14Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "QC55lHNOv1+UAL2xtIHw17MJ8J8=",
|
||||
"path": "github.com/StackExchange/wmi",
|
||||
"revision": "5d049714c4a64225c3c79a7cf7d02f7fb5b96338",
|
||||
"revisionTime": "2018-01-16T20:38:02Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "USkefO0g1U9mr+8hagv3fpSkrxg=",
|
||||
"path": "github.com/aristanetworks/goarista/monotime",
|
||||
@@ -86,6 +92,18 @@
|
||||
"revision": "935e0e8a636ca4ba70b713f3e38a19e1b77739e8",
|
||||
"revisionTime": "2016-05-12T03:30:02Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "Fc8BCxCoQ7ZmghDT6X1cASR10Ec=",
|
||||
"path": "github.com/elastic/gosigar",
|
||||
"revision": "a3814ce5008e612a0c6d027608b54e1d0d9a5613",
|
||||
"revisionTime": "2018-01-22T22:25:45Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "qDsgp2kAeI9nhj565HUScaUyjU4=",
|
||||
"path": "github.com/elastic/gosigar/sys/windows",
|
||||
"revision": "a3814ce5008e612a0c6d027608b54e1d0d9a5613",
|
||||
"revisionTime": "2018-01-22T22:25:45Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "7oFpbmDfGobwKsFLIf6wMUvVoKw=",
|
||||
"path": "github.com/fatih/color",
|
||||
@@ -98,6 +116,18 @@
|
||||
"revision": "991cd3d3809135dc24daf6188dc6edcaf3d7d2d9",
|
||||
"revisionTime": "2017-01-17T22:23:42Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "gxV/cPPLkByTdY8y172t7v4qcZA=",
|
||||
"path": "github.com/go-ole/go-ole",
|
||||
"revision": "a41e3c4b706f6ae8dfbff342b06e40fa4d2d0506",
|
||||
"revisionTime": "2017-11-10T16:07:06Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "PArleDBtadu2qO4hJwHR8a3IOTA=",
|
||||
"path": "github.com/go-ole/go-ole/oleutil",
|
||||
"revision": "a41e3c4b706f6ae8dfbff342b06e40fa4d2d0506",
|
||||
"revisionTime": "2017-11-10T16:07:06Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "KZ3QD2QgUS4RcoKiA3mn5pSlJxQ=",
|
||||
"path": "github.com/go-stack/stack",
|
||||
@@ -261,6 +291,12 @@
|
||||
"revision": "a37ad39843113264dae84a5d89fcee28f50b35c6",
|
||||
"revisionTime": "2017-09-02T20:46:57Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "xCv4GBFyw07vZkVtKF/XrUnkHRk=",
|
||||
"path": "github.com/pkg/errors",
|
||||
"revision": "e881fd58d78e04cf6d0de1217f8707c8cc2249bc",
|
||||
"revisionTime": "2017-12-16T07:03:16Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "LuFv4/jlrmFNnDb/5SCSEPAM9vU=",
|
||||
"path": "github.com/pmezard/go-difflib/difflib",
|
||||
|
||||
Reference in New Issue
Block a user