mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
16 lines
363 B
PHP
16 lines
363 B
PHP
![]() |
<?php
|
||
|
|
||
|
return [
|
||
|
'attributes' => [
|
||
|
'features' => 'OS Features',
|
||
|
'hardware' => 'Hardware',
|
||
|
'icon' => 'Icona',
|
||
|
'location' => 'Location',
|
||
|
'os' => 'S.O. del dispositivo',
|
||
|
'serial' => 'Seriale',
|
||
|
'sysName' => 'sysName',
|
||
|
'version' => 'Versione del S.O.',
|
||
|
'type' => 'Tipo dispositivo',
|
||
|
],
|
||
|
];
|