| Тип | = htmlspecialchars($device->type) ?> |
|---|---|
| IP | = htmlspecialchars($device->primaryIp ?? '-') ?> |
| MAC | = htmlspecialchars($device->macAddress ?? '-') ?> |
| Hostname | = htmlspecialchars($device->hostname ?? '-') ?> |
| Vendor | = htmlspecialchars($device->vendor ?? '-') ?> |
| OS | = htmlspecialchars(($device->osName ?? '') . ' ' . ($device->osVersion ?? '')) ?> |
| Важность | = htmlspecialchars($device->importance) ?> |
|---|---|
| Статус | = htmlspecialchars($device->status) ?> |
| Location | = htmlspecialchars($device->location ?? '-') ?> |
| Описание | = htmlspecialchars($device->description ?? '-') ?> |
| Создано | = $device->createdAt->format('Y-m-d H:i') ?> |
| Обновлено | = $device->updatedAt->format('Y-m-d H:i') ?> |