Author: jfthomps
Date: Mon Sep 22 14:03:50 2014
New Revision: 1626780

URL: http://svn.apache.org/r1626780
Log:
fixed some indentations

Modified:
    vcl/trunk/web/.ht-inc/vm.php

Modified: vcl/trunk/web/.ht-inc/vm.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/vm.php?rev=1626780&r1=1626779&r2=1626780&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/vm.php (original)
+++ vcl/trunk/web/.ht-inc/vm.php Mon Sep 22 14:03:50 2014
@@ -281,19 +281,19 @@ function editVMInfo() {
        print "    </select><img tabindex=0 src=\"images/helpicon.png\" 
id=\"genmac1help\" /></td>\n";
        print "  </tr>\n";
        print "  <tr>\n";
-    print "    <th align=right>RSA Public Key:</th>\n";
-    print "    <td>\n";
-    print "      <span id=prsapub dojoType=\"dijit.InlineEditBox\" 
editor=\"dijit.form.Textarea\" 
onChange=\"updateProfile('prsapub','rsapub')\"></span>\n";
-    print "      <img tabindex=0 src=\"images/helpicon.png\" id=\"rsapubhelp\" 
/>\n";
-    print "    </td>\n";
-    print "  </tr>\n";
-    print "  <tr>\n";
-    print "    <th align=right>RSA Private Key File:</th>\n";
-    print "    <td>\n";
-    print "      <span id=prsakey dojoType=\"dijit.InlineEditBox\" 
onChange=\"updateProfile('prsakey','rsakey');\"></span>\n";
-    print "      <img tabindex=0 src=\"images/helpicon.png\" id=\"rsakeyhelp\" 
/>\n";
-    print "    </td>\n";
-    print "  </tr>\n";
+       print "    <th align=right>RSA Public Key:</th>\n";
+       print "    <td>\n";
+       print "      <span id=prsapub dojoType=\"dijit.InlineEditBox\" 
editor=\"dijit.form.Textarea\" 
onChange=\"updateProfile('prsapub','rsapub')\"></span>\n";
+       print "      <img tabindex=0 src=\"images/helpicon.png\" 
id=\"rsapubhelp\" />\n";
+       print "    </td>\n";
+       print "  </tr>\n";
+       print "  <tr>\n";
+       print "    <th align=right>RSA Private Key File:</th>\n";
+       print "    <td>\n";
+       print "      <span id=prsakey dojoType=\"dijit.InlineEditBox\" 
onChange=\"updateProfile('prsakey','rsakey');\"></span>\n";
+       print "      <img tabindex=0 src=\"images/helpicon.png\" 
id=\"rsakeyhelp\" />\n";
+       print "    </td>\n";
+       print "  </tr>\n";
        print "  <tr>\n";
        print "    <th align=right>Username:</th>\n";
        print "    <td><span id=pusername dojoType=\"dijit.InlineEditBox\" 
onChange=\"updateProfile('pusername', 'username');\"></span><img tabindex=0 
src=\"images/helpicon.png\" id=\"usernamehelp\" /></td>\n";
@@ -366,12 +366,12 @@ function editVMInfo() {
        print "<div dojoType=\"dijit.Tooltip\" connectId=\"genmac1help\">\n";
        print _("Specifies whether VMs are assigned MAC addresses defined in 
the VCL database or if random MAC addresses should be assigned.");
        print "</div>\n";
-    print "<div dojoType=\"dijit.Tooltip\" connectId=\"rsapubhelp\">\n";
-    print _("(Optional) In order to encrypt the VM Host password in the 
database, create an RSA public/private key pair on the relevant management 
node. Enter the public key here. Note that while this value will be available 
to every management node in your system, only those management nodes with the 
designated private key will be able to decrypt the password.");
-    print "</div>\n";
-    print "<div dojoType=\"dijit.Tooltip\" connectId=\"rsakeyhelp\">\n";
-    print _("(Optional) In order to decrypt an encrypted VM Host password, 
enter the path to a private key on the management node. Any management node 
without this private key will not be able to decrypt the password.");
-    print "</div>\n";
+       print "<div dojoType=\"dijit.Tooltip\" connectId=\"rsapubhelp\">\n";
+       print _("(Optional) In order to encrypt the VM Host password in the 
database, create an RSA public/private key pair on the relevant management 
node. Enter the public key here. Note that while this value will be available 
to every management node in your system, only those management nodes with the 
designated private key will be able to decrypt the password.");
+       print "</div>\n";
+       print "<div dojoType=\"dijit.Tooltip\" connectId=\"rsakeyhelp\">\n";
+       print _("(Optional) In order to decrypt an encrypted VM Host password, 
enter the path to a private key on the management node. Any management node 
without this private key will not be able to decrypt the password.");
+       print "</div>\n";
        print "<div dojoType=\"dijit.Tooltip\" connectId=\"usernamehelp\">\n";
        print _("Name of the administrative or root user residing on the VM 
host.");
        print "</div>\n";


Reply via email to