validator column added
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
		
							parent
							
								
									8c60ae105c
								
							
						
					
					
						commit
						ab3ddf774d
					
				| @ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "ghost-telemetry-frontend", | ||||
|   "version": "0.1.13", | ||||
|   "version": "0.1.14", | ||||
|   "author": "Uncle f4tso <f4ts0@ghostchain.io>", | ||||
|   "license": "GPL-3.0", | ||||
|   "description": "Ghost Telemetry frontend", | ||||
|  | ||||
| @ -25,11 +25,12 @@ export class ValidatorColumn extends React.Component<ColumnProps> { | ||||
|     this.data = validator; | ||||
| 
 | ||||
|     if (!validator) { | ||||
|       return <td className="Column">-</td>; | ||||
|       return <td className="Column">🤖</td>; | ||||
|     } | ||||
| 
 | ||||
|     return ( | ||||
|       <td className="Column" onClick={this.onClick}> | ||||
|         👻 | ||||
|         <Tooltip text={validator} copy={this.onCopy} /> | ||||
|       </td> | ||||
|     ); | ||||
|  | ||||
| @ -29,6 +29,7 @@ import { | ||||
|   IsVirtualMachineColumn, | ||||
|   LinuxDistroColumn, | ||||
|   LinuxKernelColumn, | ||||
|   ValidatorColumn, | ||||
| } from './'; | ||||
| 
 | ||||
| import './Row.css'; | ||||
| @ -48,6 +49,7 @@ export class Row extends React.Component<RowProps, RowState> { | ||||
|     NameColumn, | ||||
|     LocationColumn, | ||||
|     NetworkIdColumn, | ||||
|     ValidatorColumn, | ||||
|     PeersColumn, | ||||
|     TxsColumn, | ||||
|     UploadColumn, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user