{{template "header" .}}
同步列表 {{if ne .TableName "" }} - TableName: {{.TableName}} {{end}} {{if ne .SchemaName "" }} - SchemaName: {{.SchemaName}} {{end}}
{{range $i, $toServer := .SyncList}} {{range $k, $v := $toServer.ToServerList}} {{end}} {{end}}
DbName SchemaName TableName PluginName ToServerKey Position Status Error ErrorWaitData OP
{{$i}}-{{$k}} {{$toServer.DbName}} {{$toServer.SchemaName}} {{$toServer.TableName}} {{$v.PluginName}} {{$v.ToServerKey}}

BinlogNum: {{$v.BinlogFileNum}}

Position : {{$v.BinlogPosition}}

LastBinlogFileNum: {{$v.LastBinlogFileNum}}

LastBinlogPosition : {{$v.LastBinlogPosition}}

QueueMsgCount: {{$v.QueueMsgCount}}

FileQueueStatus: {{$v.FileQueueStatus}} {{if eq $v.FileQueueStatus false}} {{else}} {{end}}

{{$v.Status}} {{$v.Error}} {{$v.ErrorWaitData}}

{{if eq $v.Status "stopped"}}

{{end}} {{if or (eq $v.Status "running") (eq $v.Status "") }}

{{end}}

{{template "footer" .}}