Skip to content

Commit

Permalink
Admin (#3)
Browse files Browse the repository at this point in the history
* move list to reports

* update issues
  • Loading branch information
iamBiB authored Oct 31, 2023
1 parent 85644ef commit ce35fea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions app/Filament/Resources/IssuesResource/Concerns/HasTabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Author: Bogdan Bocioaca
* @Date: 2023-10-21 13:00:01
* @Last Modified by: Bogdan Bocioaca
* @Last Modified time: 2023-10-26 18:03:58
* @Last Modified time: 2023-10-31 09:07:35
*/

declare(strict_types=1);
Expand All @@ -13,8 +13,6 @@

use App\Concerns\TabbedLayout;
// use App\Filament\Resources\ReportsResource\Pages\GenerateReport;
// use App\Filament\Resources\ReportsResource\Pages\ListReports;
// use App\Filament\Resources\ReportsResource\Pages\ViewReport;
use Filament\Navigation\NavigationItem;

trait HasTabs
Expand Down
1 change: 0 additions & 1 deletion lang/en/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
'save_report' => 'Salveaza raportul',
'export' => 'Exporta',
'view_list' => 'Vezi lista',

],
'section'=>[
'generator' => 'Generate report',
Expand Down

0 comments on commit ce35fea

Please sign in to comment.