Frontend display test

feature/node-rewrite
Sven Slootweg 13 years ago
parent 78df13ea56
commit 433c02c609

@ -21,17 +21,18 @@ class Node extends CPHPDatabaseRecordClass
public $prototype = array( public $prototype = array(
'string' => array( 'string' => array(
'Name' => "Name", 'Name' => "Name",
'Hostname' => "Hostname", 'Hostname' => "Hostname",
'PrivateKey' => "CustomPrivateKey", 'PhysicalLocation' => "PhysicalLocation",
'PublicKey' => "CustomPublicKey", 'PrivateKey' => "CustomPrivateKey",
'User' => "User" 'PublicKey' => "CustomPublicKey",
'User' => "User"
), ),
'numeric' => array( 'numeric' => array(
'Port' => "Port" 'Port' => "Port"
), ),
'boolean' => array( 'boolean' => array(
'HasCustomKey' => "HasCustomKey" 'HasCustomKey' => "HasCustomKey"
) )
); );

Loading…
Cancel
Save