{{template "base/alert" .}}
{{with .task}}
任务名称: {{.JobName}}
{{end}}
任务结果:
{{with .result}}
状态 |
{{.Status}} |
开始时间 |
{{.CreateTime}} |
最后更新时间 |
{{.LatestUpdateTime}} |
{{end}}
{{with .result}}
配置信息 |
开发环境类型 |
{{.Profile.DeType}} |
硬件类型 |
{{.Profile.FlavorType}} |
机器规格详情 |
机器规格 |
{{.Flavor}} |
规格名称 |
{{.FlavorDetails.Name}} |
规格销售状态 |
{{.FlavorDetails.Status}} |
排队个数 |
{{.FlavorDetails.QueuingNum}} |
排到队的剩余时间(秒) |
{{.FlavorDetails.QueueLeftTime}} |
自动停止时间(秒) |
{{.FlavorDetails.Duration}} |
排队信息 |
实例状态 |
{{.QueuingInfo.Status}} |
实例排队的开始时间 |
{{.QueuingInfo.BeginTime}} |
排到队的剩余时间(秒) |
{{.QueuingInfo.RemainTime}} |
实例排队的预计停止时间 |
{{.QueuingInfo.EndTime}} |
实例在队列中的排位 |
{{.QueuingInfo.Rank}} |
{{end}}