CLOUDSTACK-2770: UI - Infrastructure menu - physical netework - network service providers - Baremetal PXE - Add Baremetal PXE Device dialog - add Tftp Root Diectory field.

This commit is contained in:
Jessica Wang 2013-06-18 15:57:11 -07:00
parent d51e552ed9
commit 0293875e01
1 changed files with 5 additions and 1 deletions

View File

@ -4231,7 +4231,11 @@
label: 'label.password',
isPassword: true,
validation: { required: true }
}
},
tftpdir: {
label: 'Tftp root directory',
validation: { required: true }
}
}
},
action: function(args) {