{{.VM.Name}}
- ID
{{.VM.ID}}- Image
- {{if .VMImage.ID}}{{.VMImage.Name}}{{else}}
{{shortID .VM.ImageID}}{{end}} - State
- {{.VM.State}}
- Guest IP
- {{if .VM.Runtime.GuestIP}}{{.VM.Runtime.GuestIP}}{{else}}-{{end}}
- Created
- {{relativeTime .VM.CreatedAt}}
{{define "vm_list_content"}}
Inspect lifecycle, capacity, and reachability for every VM.
Create VM| Name | State | Image | IP | vCPU | Memory | Disk | Created |
|---|---|---|---|---|---|---|---|
| {{.Name}} | {{.State}} | {{$image := findImage $.Images .ImageID}}{{if $image.ID}}{{$image.Name}}{{else}}{{shortID .ImageID}}{{end}} |
{{if .Runtime.GuestIP}}{{.Runtime.GuestIP}}{{else}}-{{end}} | {{.Spec.VCPUCount}} | {{.Spec.MemoryMiB}} MiB | {{formatBytes .Spec.WorkDiskSizeBytes}} | {{relativeTime .CreatedAt}} |
| No VMs registered. | |||||||
Create a VM and wait until the guest is fully ready. The browser will follow live create progress automatically.
{{if .ErrorMessage}}{{.VM.ID}}{{shortID .VM.ImageID}}{{end}}{{.VMPortsError}}
{{else}}| Port | Process | Endpoint |
|---|---|---|
| {{.Proto}}/{{.Port}} | {{if .Process}}{{.Process}}{{else}}-{{end}} | {{if .Endpoint}}{{if endpointHref .Endpoint}}{{.Endpoint}}{{else}}{{.Endpoint}}{{end}}{{else}}-{{end}} |
| No host-reachable listeners reported. | ||
Showing the last 200 lines from the Firecracker log.
{{.LogText}}
{{end}}