Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
338 B
PHP
Raw Permalink Normal View History

<?php
return [
'attributes' => [
'features' => 'OS Features',
'hardware' => 'Hardware',
'icon' => 'Icon',
'location' => 'Location',
'os' => 'Device OS',
'serial' => 'Serial',
'sysName' => 'sysName',
'version' => 'OS Version',
2021-09-27 07:24:32 -05:00
'type' => 'Device type',
],
];