{{- /*gotype: pcinv.CreateDeviceVM*/}} {{define "create_device_step2"}} {{template "header" "Create Device - Enter Device Data"}}

General Information

{{if .Qr}} {{else}} {{end}}
{{if eq .Type "ram"}}

Memory Information

{{end}} {{if eq .Type "hdd"}}

Hard Drive Information

{{template "create_device_select" createSelectMenu "hdd_type" "HDD Type" .HddType .HddTypes}}
{{template "create_device_select" createSelectMenu "hdd_form_factor" "HDD Form Factor" .HddFormFactor .HddFormFactors}}
{{template "create_device_select" createSelectMenu "hdd_connection" "HDD Connection" .HddConnection .HddConnections}}
{{template "create_device_select" createSelectMenuDefault "hdd_rpm" "HDD RPM" .HddRpm .HddRpms "Not Applicable"}}
{{end}} {{if .IsEdit}} {{else}} {{end}}
{{template "footer"}} {{end}} {{define "create_device_select"}} {{end}}