We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e5a7f commit 68ff5b5Copy full SHA for 68ff5b5
inc/menu.class.php
@@ -254,8 +254,8 @@ public static function displayMenu($type = "big")
254
}
255
256
if (Session::haveRight("plugin_glpiinventory_collect", READ)) {
257
- $tasks_menu[11]['name'] = __('Computer information', 'glpiinventory');
258
- $tasks_menu[11]['pic'] = "ti ti-devices-pc";
+ $tasks_menu[11]['name'] = __('Collect information', 'glpiinventory');
+ $tasks_menu[11]['pic'] = "ti ti-device-desktop-down";
259
$tasks_menu[11]['link'] = Toolbox::getItemTypeSearchURL('PluginGlpiinventoryCollect');
260
261
inc/profile.class.php
@@ -374,14 +374,6 @@ public function getRightsGeneral()
374
'label' => __('Menu', 'glpiinventory'),
375
'field' => 'plugin_glpiinventory_menu',
376
],
377
- /*[
378
- 'itemtype' => Agent::class,
379
- 'label' => __('Agents', 'glpiinventory'),
380
- 'field' => 'plugin_glpiinventory_agent'],*/
381
382
- 'rights' => [READ => __('Read')],
383
- 'label' => __('Agent remote control', 'glpiinventory'),
384
- 'field' => 'plugin_glpiinventory_remotecontrol'],*/
385
[
386
'rights' => [READ => __('Read'), UPDATE => __('Update')],
387
'itemtype' => PluginGlpiinventoryConfig::class,
@@ -400,7 +392,7 @@ public function getRightsGeneral()
400
392
401
393
402
394
'itemtype' => PluginGlpiinventoryCollect::class,
403
- 'label' => __('Computer information', 'glpiinventory'),
395
+ 'label' => __('Collect information', 'glpiinventory'),
404
396
'field' => 'plugin_glpiinventory_collect',
405
397
406
398
];
0 commit comments