Author: jfthomps
Date: Tue Jun 14 14:15:59 2011
New Revision: 1135590

URL: http://svn.apache.org/viewvc?rev=1135590&view=rev
Log:
VCL-30

modified getRequestInfo - added OStype to array of data returned

Modified:
    incubator/vcl/trunk/web/.ht-inc/utils.php

Modified: incubator/vcl/trunk/web/.ht-inc/utils.php
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/utils.php?rev=1135590&r1=1135589&r2=1135590&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/utils.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/utils.php Tue Jun 14 14:15:59 2011
@@ -4478,6 +4478,7 @@ function findManagementNode($compid, $st
 /// \b image - name of the image\n
 /// \b prettyimage - pretty name of the image\n
 /// \b OS - name of the os\n
+/// \b OStype - type of the os\n
 /// \b computerid - id of the computer\n
 /// \b reservationid - id of the corresponding reservation\n
 /// \b reservedIP - ip address of reserved computer\n
@@ -4532,6 +4533,7 @@ function getRequestInfo($id, $returnNULL
               .        "i.name AS image, "
               .        "i.prettyname AS prettyimage, "
               .        "o.prettyname AS OS, "
+              .        "o.type AS OStype, "
               .        "rs.computerid, "
               .        "rs.id AS reservationid, "
               .        "c.IPaddress AS reservedIP, "


Reply via email to