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/0293875e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0293875e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0293875e

Branch: refs/heads/baremetal-4.2
Commit: 0293875e01a8c1937e0f9d2ae49edbea23d9bc4e
Parents: d51e552
Author: Jessica Wang <[email protected]>
Authored: Tue Jun 18 15:57:11 2013 -0700
Committer: Jessica Wang <[email protected]>
Committed: Wed Jun 19 13:08:18 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0293875e/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) {

Reply via email to