Author: jfthomps
Date: Tue Sep 14 15:22:25 2010
New Revision: 996946
URL: http://svn.apache.org/viewvc?rev=996946&view=rev
Log:
-modified editOrAddMgmtnode - added extra info to installpathhelp tooltip
-modified addMgmtnode - fixed bug where ) was missing at end of list of fields
in insert query
Modified:
incubator/vcl/trunk/web/.ht-inc/managementnodes.php
Modified: incubator/vcl/trunk/web/.ht-inc/managementnodes.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/managementnodes.php?rev=996946&r1=996945&r2=996946&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/managementnodes.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/managementnodes.php Tue Sep 14 15:22:25 2010
@@ -507,7 +507,8 @@ will wait before checking the database f
</div>
<div dojoType="dijit.Tooltip" connectId="installpathhelp">
path to parent directory of image repository<br>
-directories (typically /install)
+directories (typically /install) - only needed<br>
+with bare metal installs or VMWare with local disk
</div>
<div dojoType="dijit.Tooltip" connectId="identityhelp">
comma delimited list of full paths to ssh identity<br>
@@ -1289,7 +1290,7 @@ function addMgmtnode($data) {
. "publicDefaultGateway, "
. "publiDNSserver, "
. "sysadminEmailAddress, "
- . "sharedMailBox "
+ . "sharedMailBox) "
. "VALUES ('{$data["hostname"]}', "
. "'{$data["IPaddress"]}', "
. "$ownerid, "