mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add link to node stats in the settings
This commit is contained in:
@@ -223,7 +223,13 @@ const SettingsModal = ({ isOpen, closeModal }) => {
|
||||
<div className="panel">
|
||||
<div className="panel-header">
|
||||
<span id="version">
|
||||
v{version}
|
||||
v{version} -
|
||||
{window.electron && window.electron.isElectron ? (
|
||||
<Link className="all-button" id="node-stats" to="http://localhost:5001/webui/" target="_blank" rel="noreferrer">
|
||||
full node
|
||||
</Link>
|
||||
) : (<span>web</span>)
|
||||
}
|
||||
</span>
|
||||
Settings
|
||||
<Link to="" onClick={handleCloseModal}>
|
||||
|
||||
Reference in New Issue
Block a user