From 0293875e01a8c1937e0f9d2ae49edbea23d9bc4e Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Tue, 18 Jun 2013 15:57:11 -0700 Subject: [PATCH] CLOUDSTACK-2770: UI - Infrastructure menu - physical netework - network service providers - Baremetal PXE - Add Baremetal PXE Device dialog - add Tftp Root Diectory field. --- ui/scripts/system.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index bcd555da4ac..452249ae512 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -4231,7 +4231,11 @@ label: 'label.password', isPassword: true, validation: { required: true } - } + }, + tftpdir: { + label: 'Tftp root directory', + validation: { required: true } + } } }, action: function(args) {