Verified Commit 090826fc authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(core) - Change section and entries

Adds Dashboard section and related entries.
Showing with 2 additions and 2 deletions
+2 -2
...@@ -27,7 +27,7 @@ class pluginsManager extends simplePlugin ...@@ -27,7 +27,7 @@ class pluginsManager extends simplePlugin
'plObjectType' => ['tasks'], 'plObjectType' => ['tasks'],
'plTitle' => _('Plugins Manager'), 'plTitle' => _('Plugins Manager'),
'plIcon' => 'geticon.php?context=applications&icon=tasks-dashboard&size=48', 'plIcon' => 'geticon.php?context=applications&icon=tasks-dashboard&size=48',
'plSection' => ['reporting' => ['name' => _('Reporting'), 'priority' => 30]], 'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 50]],
'plPriority' => 10, 'plPriority' => 10,
'plDescription' => _('Provide a reporting mechanism of installed plugins'), 'plDescription' => _('Provide a reporting mechanism of installed plugins'),
'plProvidedAcls' => [] 'plProvidedAcls' => []
......
...@@ -52,7 +52,7 @@ class tasksDashboard extends management ...@@ -52,7 +52,7 @@ class tasksDashboard extends management
'plDescription' => _('Provide a reporting mechanism for tasks'), 'plDescription' => _('Provide a reporting mechanism for tasks'),
'plTitle' => _('Tasks Dashboard'), 'plTitle' => _('Tasks Dashboard'),
'plIcon' => 'geticon.php?context=applications&icon=tasks-dashboard&size=48', 'plIcon' => 'geticon.php?context=applications&icon=tasks-dashboard&size=48',
'plSection' => ['reporting' => ['name' => _('Reporting'), 'priority' => 40]], 'plSection' => ['Dashboard' => ['name' => _('Dashboard'), 'priority' => 50]],
'plPriority' => 10, 'plPriority' => 10,
'plManages' => ['tasksGranular'], 'plManages' => ['tasksGranular'],
'plProvidedAcls' => [], 'plProvidedAcls' => [],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment