File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33namespace App \Nova \Dashboards ;
44
5- use Laravel \Nova \Dashboard ;
6- use App \Nova \Metrics \SystemInfo ;
7- use App \Nova \Metrics \IssuesTable ;
85use App \Nova \Metrics \BackupsTable ;
6+ use App \Nova \Metrics \IssuesTable ;
97use App \Nova \Metrics \OutdatedTable ;
108use App \Nova \Metrics \ServerResource ;
9+ use App \Nova \Metrics \SystemInfo ;
10+ use Laravel \Nova \Dashboard ;
1111
1212class SystemHealth extends Dashboard
1313{
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ public function name()
2222 {
2323 switch ($ this ->jenis ) {
2424 case 'Rapat ' :
25- return 'Rapat Mendatang ' ;
25+ return 'Rapat Mendatang ' ;
2626 case 'Deadline ' :
27- return 'Deadline Mendatang ' ;
27+ return 'Deadline Mendatang ' ;
2828 case 'Libur ' :
29- return 'Hari Libur Nasional ' ;
29+ return 'Hari Libur Nasional ' ;
3030 default :
31- return 'Kegiatan ' . ucfirst ($ this ->jenis );
31+ return 'Kegiatan ' . ucfirst ($ this ->jenis );
3232 }
3333 }
3434
You can’t perform that action at this time.
0 commit comments