给 Node 页面添加了 本节点打包的区块列表模板。

给 各页面都读入了页头的数据,如IP地址,邻居数量。
This commit is contained in:
luk.lu
2018-11-28 16:38:52 +08:00
parent aca23682ca
commit f70e5bd73d
11 changed files with 241 additions and 55 deletions

View File

@@ -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: '时间戳',