Skip to content

Commit a16af43

Browse files
author
Jessica Wang
committed
CLOUDSTACK-2770: UI - Infrastructure menu - physical netework - network service providers - Baremetal PXE - Add Baremetal PXE Device dialog - add Tftp Root Diectory field.
1 parent 236dc12 commit a16af43

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ui/scripts/system.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4231,7 +4231,11 @@
42314231
label: 'label.password',
42324232
isPassword: true,
42334233
validation: { required: true }
4234-
}
4234+
},
4235+
tftpdir: {
4236+
label: 'Tftp root directory',
4237+
validation: { required: true }
4238+
}
42354239
}
42364240
},
42374241
action: function(args) {

0 commit comments

Comments
 (0)