mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 14:11:02 +00:00
Remove debug logging (#119)
This commit is contained in:
@@ -11,6 +11,7 @@ import nodeIcon from '../../icons/server.svg';
|
||||
import nodeLocationIcon from '../../icons/location.svg';
|
||||
import nodeValidatorIcon from '../../icons/shield.svg';
|
||||
import nodeTypeIcon from '../../icons/terminal.svg';
|
||||
import networkIdIcon from '../../icons/fingerprint.svg';
|
||||
import peersIcon from '../../icons/broadcast.svg';
|
||||
import transactionsIcon from '../../icons/inbox.svg';
|
||||
import blockIcon from '../../icons/package.svg';
|
||||
@@ -150,6 +151,13 @@ export class Row extends React.Component<Row.Props, Row.State> {
|
||||
);
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Network ID',
|
||||
icon: networkIdIcon,
|
||||
width: 90,
|
||||
setting: 'networkId',
|
||||
render: ({ networkId }) => networkId ? <Truncate position="left" text={networkId} /> : '-'
|
||||
},
|
||||
{
|
||||
label: 'Peer Count',
|
||||
icon: peersIcon,
|
||||
|
||||
Reference in New Issue
Block a user