CLOUDSTACK-2770: UI - Infrastructure menu - physical netework - network service providers - Baremetal PXE - Add Baremetal PXE Device dialog - add Tftp Root Diectory field.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a16af438 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a16af438 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a16af438 Branch: refs/heads/object_store Commit: a16af4380b5a5e9c80c9d65c86e36d7184b4d9fa Parents: 236dc12 Author: Jessica Wang <[email protected]> Authored: Tue Jun 18 15:57:11 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Tue Jun 18 15:57:11 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a16af438/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index bcd555d..452249a 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) {
