port_filter option now allows hiding port
-The port_filter settings for all 3 network page tables now support a -1 value which will completely hide the port from the associated table. If there are/were multiple ip addresses in the peers list with connections from different ports, this new option will consolidate those multiple records into a single entry since the port is no longer visible
This commit is contained in:
@@ -625,6 +625,7 @@ exports.network_page = {
|
||||
"items_per_page": 10,
|
||||
// port_filter: Specify a port number to only allow showing peers on the selected port.
|
||||
// Set this value to 0 to show all peers on any port.
|
||||
// Set this value to -1 to hide the port column. NOTE: If the -1 value is set then instead of showing multiple duplicate rows for ip addresses that connected on different ports, only a single row will be shown per unique ip address
|
||||
"port_filter": 0,
|
||||
// hide_protocols: An array of protocol numbers that will be filtered out of the table results
|
||||
// If a peer connects to the explorer wallet with one of these protocol numbers, that record will not be displayed in this table
|
||||
@@ -640,6 +641,7 @@ exports.network_page = {
|
||||
"items_per_page": 10,
|
||||
// port_filter: Specify a port number to only allow showing peers on the selected port.
|
||||
// Set this value to 0 to show all peers on any port.
|
||||
// Set this value to -1 to prevent the port portion of the addnode string from being displayed. NOTE: If the -1 value is set then instead of showing multiple duplicate rows for ip addresses that connected on different ports, only a single row will be shown per unique ip address
|
||||
"port_filter": 0,
|
||||
// hide_protocols: An array of protocol numbers that will be filtered out of the table results
|
||||
// If a peer connects to the explorer wallet with one of these protocol numbers, that record will not be displayed in this table
|
||||
@@ -655,6 +657,7 @@ exports.network_page = {
|
||||
"items_per_page": 10,
|
||||
// port_filter: Specify a port number to only allow showing peers on the selected port.
|
||||
// Set this value to 0 to show all peers on any port.
|
||||
// Set this value to -1 to prevent the port portion of the onetry string from being displayed. NOTE: If the -1 value is set then instead of showing multiple duplicate rows for ip addresses that connected on different ports, only a single row will be shown per unique ip address
|
||||
"port_filter": 0,
|
||||
// hide_protocols: An array of protocol numbers that will be filtered out of the table results
|
||||
// If a peer connects to the explorer wallet with one of these protocol numbers, that record will not be displayed in this table
|
||||
|
||||
Reference in New Issue
Block a user