pond: Update sealing status ids
This commit is contained in:
parent
071f05fa95
commit
77dbb67651
@ -8,16 +8,14 @@ const stateConnecting = 'connecting'
|
|||||||
const stateGettingToken = 'getting-token'
|
const stateGettingToken = 'getting-token'
|
||||||
|
|
||||||
let sealCodes = [
|
let sealCodes = [
|
||||||
"Unknown",
|
"Undefined",
|
||||||
"AcceptingPieces",
|
"Empty",
|
||||||
"Committed",
|
"Packing",
|
||||||
"Committing",
|
"Unsealed",
|
||||||
"CommittingPaused",
|
|
||||||
"Failed",
|
|
||||||
"FullyPacked",
|
|
||||||
"PreCommitted",
|
|
||||||
"PreCommitting",
|
"PreCommitting",
|
||||||
"PreCommittingPaused",
|
"PreCommitted",
|
||||||
|
"Committing",
|
||||||
|
"Proving",
|
||||||
]
|
]
|
||||||
|
|
||||||
class StorageNode extends React.Component {
|
class StorageNode extends React.Component {
|
||||||
|
Loading…
Reference in New Issue
Block a user