host->name;?> |
name;?> |
| |
host->group;?> |
group];?> |
host->serverRoom;?> |
serverRoom, "")?> |
host->serverModel;?> |
serverModel;?> |
host->hostType;?> |
host->hostTypeList[$host->hostType];?> |
host->cpuBrand;?> |
cpuBrand;?> |
host->cpuModel;?> |
cpuModel;?> |
host->cpuNumber;?> |
cpuNumber;?> |
host->cpuCores;?> |
cpuCores;?> |
host->memory;?> |
memory) echo $host->memory . ' GB';?> |
host->diskSize;?> |
diskSize) echo $host->diskSize . ' GB';?> |
host->intranet;?> |
intranet;?> |
host->extranet;?> |
extranet;?> |
host->osName;?> |
osName;?> |
host->osVersion;?> |
host->{$host->osName.'List'}[$host->osVersion];?>
|
host->status;?> |
host->statusList[$host->status];?> |
getModuleRoot() . 'common/view/action.html.php'?>
deleted == 0)
{
common::printLink('host', 'edit', "id=$host->hostID&hostID=$host->hostID", " " . $lang->edit, '', "class='btn'", '', '', $host);
common::printLink('host', 'delete', "id=$host->hostID", " " . $lang->delete, 'hiddenwin', "class='btn'", '', '', $host);
}
if(!isonlybody()) echo html::backButton(' ' . $lang->goback, '', 'btn btn-secondary');
?>