You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/06/20 03:17:41 UTC

[20/51] [abbrv] git commit: updated refs/heads/object_store to 9aec9c6

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 <je...@apache.org>
Authored: Tue Jun 18 15:57:11 2013 -0700
Committer: Jessica Wang <je...@apache.org>
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) {