Merge pull request #6112 from filecoin-project/ux/inspect-deal-estimates
add "expected duration" label to inspect-deals output
This commit is contained in:
commit
c88eeaaf02
@ -2347,7 +2347,7 @@ func renderDeal(di *lapi.DealInfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, stg := range di.DealStages.Stages {
|
for _, stg := range di.DealStages.Stages {
|
||||||
msg := fmt.Sprintf("%s %s: %s (%s)", color.BlueString("Stage:"), color.BlueString(strings.TrimPrefix(stg.Name, "StorageDeal")), stg.Description, color.GreenString(stg.ExpectedDuration))
|
msg := fmt.Sprintf("%s %s: %s (expected duration: %s)", color.BlueString("Stage:"), color.BlueString(strings.TrimPrefix(stg.Name, "StorageDeal")), stg.Description, color.GreenString(stg.ExpectedDuration))
|
||||||
if stg.UpdatedTime.Time().IsZero() {
|
if stg.UpdatedTime.Time().IsZero() {
|
||||||
msg = color.YellowString(msg)
|
msg = color.YellowString(msg)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user