mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 03:01:09 +00:00
Animate nodes for fun :)
This commit is contained in:
@@ -77,8 +77,16 @@ export namespace Node {
|
||||
return null;
|
||||
}
|
||||
|
||||
let className = 'Node-Location';
|
||||
|
||||
if (propagationTime) {
|
||||
className += ' Node-Location-synced';
|
||||
} else if (height % 2 === 1) {
|
||||
className += ' Node-Location-odd';
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="Node-Location" style={{ left, top }}>
|
||||
<div className={className} style={{ left, top }}>
|
||||
<table className="Node-details">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user