| vm->name;?> |
name;?> |
| |
| vm->osType;?> |
vm->os->type[$vm->osCategory][$vm->osType];?> |
vm->osCategory;?> |
vm->os->list[$vm->osCategory];?> |
| vm->osVersion;?> |
vm->versionList[$vm->osType][$vm->osVersion];?> |
vm->osLang;?> |
vm->langList[$vm->osLang];?> |
| vm->ip;?> |
ip;?> |
vm->macAddress;?> |
macAddress;?> |
| vm->vnc;?> |
vncPort;?> |
vm->status;?> |
vm->statusList, $vm->status);?> |
| vm->createdDate;?> |
createdDate;?> |
vm->destroyAt;?> |
destroyAt;?> |
getModuleRoot() . 'common/view/action.html.php'?>
destroyAt))
{
common::printLink('vm', 'reboot', "vmID={$vm->id}", " ". $lang->vm->reboot, '', "title='{$lang->vm->reboot}' class='btn' target='hiddenwin' onclick='if(confirm(\"{$lang->vm->confirmReboot}\")==false) return false;'");
common::printLink('vm', 'destroy', "vmID={$vm->id}", " " . $lang->vm->destroy, '', "title='{$lang->vm->destroy}' class='btn' target='hiddenwin' onclick='if(confirm(\"{$lang->vm->confirmDelete}\")==false) return false;'");
}
if(!isonlybody()) common::printLink('vm', 'browse', "", " " . $lang->goback, '', "class='btn'");
?>