1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

bug #3619: Set required attrs for softlayer template section

This commit is contained in:
Daniel Molina 2015-02-19 16:01:23 +01:00
parent 9532292930
commit d6e11a6f92

View File

@ -1139,7 +1139,8 @@ var hybrid_inputs = {
{
name: "HOURLYBILLING",
label: tr("Hourly Billing"),
tooltip: tr("Specifies the billing type for the instance . When true the computing instance will be billed on hourly usage, otherwise it will be billed on a monthly basis")
tooltip: tr("Specifies the billing type for the instance . When true the computing instance will be billed on hourly usage, otherwise it will be billed on a monthly basis"),
required: true
},
{
name: "INSTANCE_TYPE",
@ -1150,7 +1151,8 @@ var hybrid_inputs = {
{
name: "LOCALDISK",
label: tr("Local Disk"),
tooltip: tr("Name of the placement group. When true the disks for the computing instance will be provisioned on the host which it runs, otherwise SAN disks will be provisioned")
tooltip: tr("Name of the placement group. When true the disks for the computing instance will be provisioned on the host which it runs, otherwise SAN disks will be provisioned"),
required: true
},
{
name: "MAXMEMORY",