mirror of https://github.com/apache/cloudstack.git
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:
parent
d51e552ed9
commit
0293875e01
|
|
@ -4231,7 +4231,11 @@
|
|||
label: 'label.password',
|
||||
isPassword: true,
|
||||
validation: { required: true }
|
||||
}
|
||||
},
|
||||
tftpdir: {
|
||||
label: 'Tftp root directory',
|
||||
validation: { required: true }
|
||||
}
|
||||
}
|
||||
},
|
||||
action: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue