mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-16 00:41:01 +00:00
Add location column (#57)
This commit is contained in:
@@ -20,11 +20,12 @@ export default class App extends React.Component<{}, State> {
|
||||
'settings',
|
||||
{
|
||||
validator: true,
|
||||
location: true,
|
||||
implementation: true,
|
||||
peers: true,
|
||||
txs: true,
|
||||
cpu: true,
|
||||
mem: true,
|
||||
cpu: false,
|
||||
mem: false,
|
||||
blocknumber: true,
|
||||
blockhash: true,
|
||||
blocktime: true,
|
||||
|
||||
Reference in New Issue
Block a user