forked from laraxot/module_activity_fila3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
58 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
<?php return array ( | ||
'navigation' => | ||
array ( | ||
'label' => 'snapshot.navigation', | ||
'group' => 'snapshot.navigation', | ||
'icon' => 'snapshot.navigation', | ||
'sort' => 8, | ||
), | ||
); | ||
<?php | ||
return array( | ||
'navigation' => array( | ||
'name' => 'Snapshot', | ||
'plural' => 'Snapshots', | ||
'group' => array( | ||
'name' => 'Monitoraggio', | ||
'description' => 'Gestione degli snapshot di sistema', | ||
), | ||
'label' => 'Snapshot', | ||
'sort' => 63, | ||
'icon' => 'activity-snapshot-animated', | ||
), | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
<?php return array ( | ||
'navigation' => | ||
array ( | ||
'label' => 'stored event.navigation', | ||
'group' => 'stored event.navigation', | ||
'icon' => 'stored event.navigation', | ||
'sort' => 55, | ||
), | ||
); | ||
<?php | ||
return array( | ||
'navigation' => array( | ||
'name' => 'Eventi Archiviati', | ||
'plural' => 'Eventi Archiviati', | ||
'group' => array( | ||
'name' => 'Monitoraggio', | ||
'description' => 'Gestione degli eventi di sistema archiviati', | ||
), | ||
'label' => 'Eventi Archiviati', | ||
'sort' => 62, | ||
'icon' => 'activity-stored-event-animated', | ||
), | ||
); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.