CHR router host name in DHCP Server Leases, not visible

In my SOHO router(V. 6.46.1) not visible the CHR virtual router host name, in ‘/ip dhcp-server lease’ command output(Active Host Name - field).
Other virtual and phisical computers is visible.

On SOHO router:

/ip dhcp-server lease print
Flags: X - disabled, R - radius, D - dynamic, B - blocked 
 #   ADDRESS                     MAC-ADDRESS       HOST-NAME         SERVER         RATE-LIMIT         STATUS  LAST-SEEN                   
 0   192.168.88.244              XX:XX:XX:8B:94:E7 gemesif-PC        defconf                           bound   1m1s                        
 1   192.168.88.182              XX:XX:XX:FE:85:83 bananapim2plus    defconf                           bound   2m41s                       
 2   192.168.88.169              XX:XX:XX:C2:88:FD gemesif-Virtua... defconf                           bound   2m16s                       
 3   192.168.88.171              XX:XX:XX:C9:DD:99 DESKTOP-IUPGJI7   defconf                           bound   1m33s                       
 4   192.168.88.168              XX:XX:XX:DE:CC:4A                   defconf                           bound   1m54s                       
 5 D 192.168.88.162              XX:XX:XX:17:0D:DD                   defconf                           bound   1m41s                       
 6   192.168.88.156              XX:XX:XX:81:9D:79                   defconf                           waiting 19h43m                      
 7   192.168.88.150              XX:XX:XX:E5:F5:B5 WinDev1910Eval    defconf                           bound   2m43s

On virtual host(MikroTik CHR, V. 6.46.1, IP Address: 192.168.88.168):

/ip dhcp-client option print
Flags: * - default 
 #   NAME                                          CODE VALUE                                        RAW-VALUE                                       
 0 * clientid_duid                                   61 0xff$(CLIENT_DUID)                           ff                                              
 1 * clientid                                        61 0x01$(CLIENT_MAC)                            01                                              
 2 * hostname                                        12 $(HOSTNAME)                                  4d696b726f54696b20434852
 
 /system identity print
name: MikroTik CHR

Virtualization:

VirtualBox 6.0

How can I fix this?