给 Node 页面添加了 本节点打包的区块列表模板。
给 各页面都读入了页头的数据,如IP地址,邻居数量。
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
errorMnemonic: '输入的密语无效',
|
||||
},
|
||||
home: {
|
||||
titleOwner: '个人',
|
||||
titleChain: '区块',
|
||||
titleOwner: '主人',
|
||||
titleNode: '节点',
|
||||
titleNetwork: '网络',
|
||||
titleChain: '区块',
|
||||
titleMarket: '应用',
|
||||
},
|
||||
owner: {
|
||||
@@ -32,11 +32,20 @@
|
||||
thIndex: '序号',
|
||||
thAddress: '连接地址',
|
||||
thStatus: '连接状态',
|
||||
thNeighbour: '邻居主人的账户地址',
|
||||
thPeerOwnerAddress: '邻居主人的账户地址',
|
||||
tableNone: '暂无数据',
|
||||
},
|
||||
chain: {
|
||||
tableHeader: '区块列表',
|
||||
tableHeader: '区块链',
|
||||
searchHolder: '输入要查询的区块高度或者区块哈希',
|
||||
thHeight: '区块高度',
|
||||
thTimestamp: '时间戳',
|
||||
thType: '区块类型',
|
||||
thHash: '区块哈希',
|
||||
tableNone: '暂无数据',
|
||||
},
|
||||
node: {
|
||||
tableHeader: '本节点打包的区块列表',
|
||||
searchHolder: '输入要查询的区块高度或者区块哈希',
|
||||
thHeight: '区块高度',
|
||||
thTimestamp: '时间戳',
|
||||
|
||||
Reference in New Issue
Block a user