Add UserId to Container class

feature/node-rewrite
Sven Slootweg 12 years ago
parent 74bf77196d
commit 00b3661201

@ -28,6 +28,7 @@ class Container extends CPHPDatabaseRecordClass
'numeric' => array(
'NodeId' => "NodeId",
'TemplateId' => "TemplateId",
'UserId' => "UserId",
'VirtualizationType' => "VirtualizationType",
'DiskSpace' => "DiskSpace",
'GuaranteedRam' => "GuaranteedRam",
@ -47,6 +48,9 @@ class Container extends CPHPDatabaseRecordClass
),
'template' => array(
'Template' => "TemplateId"
),
'user' => array(
'User' => "UserId"
)
);

@ -13,5 +13,5 @@
if(!isset($_CVM)) { die("Unauthorized."); }
$sMainContents = "Overview goes here...";
?>

Loading…
Cancel
Save