Skip to content

Commit

Permalink
Show "entities" tab by default (#531)
Browse files Browse the repository at this point in the history
* Show "entities" tab by default on "Remote devices to inventory (VMware)"

* Show "entities" tab by default on "Authentication for remote devices (VMware)" tab
  • Loading branch information
eduardomozart authored Jul 29, 2024
1 parent a5b736b commit 708629c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install/mysql/plugin_glpiinventory-empty.sql
Original file line number Diff line number Diff line change
Expand Up @@ -627,4 +627,8 @@ INSERT INTO `glpi_displaypreferences` (`id`, `itemtype`, `num`, `rank`, `users_i
(NULL,'PluginGlpiinventoryStateDiscovery', '9', '7', '0'),
(NULL,'PluginGlpiinventoryStateDiscovery', '10', '8', '0'),
(NULL,'PluginGlpiinventoryStateDiscovery', '11', '9', '0'),
(NULL,'PluginGlpiinventoryStateDiscovery', '12', '10', '0');
(NULL,'PluginGlpiinventoryStateDiscovery', '12', '10', '0'),

(NULL,'PluginGlpiinventoryCredentialIp', '2', '1', '0'),

(NULL,'PluginGlpiinventoryCredential', '2', '1', '0');

0 comments on commit 708629c

Please sign in to comment.