We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaa206 commit c3ec958Copy full SHA for c3ec958
go/cmd/vtctldclient/command/vreplication/vdiff/vdiff.go
@@ -436,7 +436,7 @@ State: {{.State}}
436
RowsCompared: {{.RowsCompared}}
437
HasMismatch: {{.HasMismatch}}
438
StartedAt: {{.StartedAt}}
439
-{{if (eq .State "started")}}Progress: {{printf "%.2f" .Progress.Percentage}}%%{{if .Progress.ETA}}, ETA: {{.Progress.ETA}}{{end}}{{end}}
+{{if (eq .State "started")}}Progress: {{printf "%.2f" .Progress.Percentage}}%{{if .Progress.ETA}}, ETA: {{.Progress.ETA}}{{end}}{{end}}
440
{{if .CompletedAt}}CompletedAt: {{.CompletedAt}}{{end}}
441
{{range $table := .TableSummaryMap}}
442
Table {{$table.TableName}}:
0 commit comments