Add todo note

feature/node-rewrite
Sven Slootweg 12 years ago
parent c53bf78cae
commit 3e6e6e8bd5

@ -127,6 +127,12 @@ class Container extends CPHPDatabaseRecordClass
public function GetStatusText()
{
/* TODO: Add several more options:
* - unknown
* - deleted / non-existent
* - terminated
*/
$status = $this->sCurrentStatus;
if($status == CVM_STATUS_STARTED)

Loading…
Cancel
Save