diff --git a/shyftBlockExplorerUI/src/components/table/accounts/accountsTable.js b/shyftBlockExplorerUI/src/components/table/accounts/accountsTable.js index a273875d80..977c4ee7dc 100644 --- a/shyftBlockExplorerUI/src/components/table/accounts/accountsTable.js +++ b/shyftBlockExplorerUI/src/components/table/accounts/accountsTable.js @@ -1,18 +1,20 @@ import React from 'react'; -import classes from './accounts.css'; +import classes from './table.css'; import { Link } from 'react-router-dom' const AccountsTable = (props) => { return (
-| Height | -Block Hash | -Age | -Txn | -Uncles | -Coinbase | -GasUsed | -GasLimit | -Avg.GasPrice | -Reward | -
|---|---|---|---|---|---|---|---|---|---|
| Height | +Block Hash | +Age | +Txn | +Uncles | +Coinbase | +GasUsed | +GasLimit | +Avg.GasPrice | +Reward | +
| Block Hash | -Action | -To | -From | -Gas | -Gas Used | -ID | -Input | -Output | -Time | -Value | +Block Hash | +Action | +To | +From | +Gas | +Gas Used | +ID | +Input | +Output | +Time | +Value |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
- props.detailInternalHandler(props.Hash)}>
+
+ |
- props.detailInternalHandler(props.Hash)}>
{props.Hash}
{props.Action} |
- {props.To} |
- {props.From} |
- {props.Gas} |
-
- | {props.ID} |
-
-
+ | {props.Action} |
+ {props.To} |
+ {props.From} |
+ {props.Gas} |
+ {props.GasUsed} |
+ {props.ID} |
+
+ |
- alert( props.Input )}> Show Input
+
-
+ |
+ |
- alert(props.Output)}> Show Output
+
{props.Time} |
- {props.Value} |
-
-
+ {props.Time} |
+ {props.Value} |
|
| TxHash | -Block | -Age | -From | -To | -Value | -TxFee | +TxHash | +Block | +Age | +From | +To | +Value | +TxFee |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | |||||||||||||
| props.detailTransactionHandler(props.txHash)}> - {props.txHash} + {props.txHash} + | -props.getBlockTransactions(props.blockNumber)}>{props.blockNumber} | -{props.age} | -props.detailAccountHandler(props.from)}>{props.from} | -props.detailAccountHandler(props.to)}>{props.to} | -{props.value} | -{props.cost} | ++ props.getBlockTransactions(props.blockNumber)}> + {props.blockNumber} + + | +{props.age} | ++ props.detailAccountHandler(props.from)}> + {props.from} + + | ++ props.detailAccountHandler(props.to)}> + {props.to} + + | +{props.value} | +{props.cost} |