Merge pull request #96 from input-output-hk/cad-2322-rename-system-start-time
CAD-2322: rename System start time.
CAD-2322: rename System start time.
metricLabel ElCPUUsageChart = ("CPU usage", "CPU used by the node, in percents")
metricLabel ElDiskUsageChart = ("Disk usage", "Node's disk operations, both READ and WRITE")
metricLabel ElNetworkUsageChart = ("Network usage", "Node's network operations, both IN and OUT")
metricLabel ElSystemStartTime = ("System start time", "The time when this blockchain has started")
metricLabel ElSystemStartTime = ("Blockchain start time", "The time when this blockchain has started")
metricLabel ElEpoch = ("Epoch", "Number of current epoch")
metricLabel ElSlot = ("Slot in epoch", "Number of the current slot in this epoch")
metricLabel ElChainDensity = ("Chain density", "Chain density, in percents")
blockchainTabContent
<- UI.div #. [TabContainer, W3Row] # hideIt #+
[ UI.div #. [W3Half] #+
[ UI.div #+ [string "System start time"
[ UI.div #+ [string "Blockchain start time"
# set UI.title__ "The time when this blockchain has started"]
, vSpacer NodeInfoVSpacer
, UI.div #+ [string "Epoch / Slot in epoch"
0.22% was the original value but then shortly before the Shelley hardfork it was changed to 0.3%.
Closes: #285
Signed-off-by: Rafael Korbas <[email protected]>
Instead of taking stake verification key files. Stake addresses is the more sensible choice since MIR certs really contain a stake credential and a stake address is basically a wrapper for a stake credential. There's no need to keep both options (key files and stake addrs) since we can already convert from a stake vkey file to a stake address. It's strictly more general, since this now support script-flavour stake addresses. And sometimes we only have the stake address, not the vkey.
add icons for dashboard and dleegationList tab
* New translations en-US.json (Dutch) * New translations en-US.json (de-DE) * New translations en-US.md (Turkish) * New translations en-US.md (zh-Hans) * New translations en-US.md (zh-Hant) * New translations en-US.md (Portuguese, Brazilian) * New translations en-US.md (id-ID) * New translations en-US.md (Croatian) * New translations en-US.md (ru-RU) * New translations en-US.md (Slovak) * New translations en-US.md (Dutch) * New translations en-US.md (ko-KR) * New translations en-US.md (fr-FR) * New translations en-US.md (Spanish) * New translations en-US.md (Czech) * New translations en-US.md (de-DE) * New translations en-US.md (Greek) * New translations en-US.md (Italian) * New translations en-US.md (ja-JP) * New translations en-US.md (Dutch) * New translations en-US.md (Dutch)
removed Shelley references