{{- /*gotype: pcinv.CreateDeviceVM*/}} {{define "create_device_step2"}} {{template "header" "Create Device - Enter Device Data"}}
{{range .DescriptorTree.AssetTypes}} {{if $.IsPartOf .Id}}

{{.Name}}

{{$asset := .}} {{range .Fields}} {{end}}
{{if eq .Type "type"}} {{$.NiceType}} {{else if eq .Type "number"}} {{else if eq .Type "string"}} {{else if eq .Type "selection"}} {{else if eq .Type "capacity"}} {{end}}
{{end}} {{end}} {{/* */}} {{/* */}} {{/* */}} {{/* {{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}}*/}}