@@ -56,6 +56,8 @@ export default {
5656 ] ,
5757 } ) ;
5858
59+ console . log ( '[menuService]' , menuService ) ;
60+
5961 // ── Public customer invoice view ───────────────────────────────────────
6062 // Registers the customer-facing invoice view to the 'engine:ledger'
6163 // registry so it is accessible at /ledger/invoice/<public_id> without
@@ -99,8 +101,6 @@ export default {
99101 slug : 'invoice' ,
100102 } )
101103 ) ;
102- console . log ( '[menuService]' , menuService ) ;
103- console . log ( menuService . getMenuItems ( 'fleet-ops:component:order:details' ) ) ;
104104
105105 // Register dashboard and widgets
106106 this . registerWidgets ( widgetService ) ;
@@ -125,7 +125,7 @@ export default {
125125 description : 'Daily revenue trend chart for the current period.' ,
126126 icon : 'chart-line' ,
127127 component : new ExtensionComponent ( '@fleetbase/ledger-engine' , 'widget/revenue-chart' ) ,
128- grid_options : { w : 8 , h : 6 , minW : 6 , minH : 5 } ,
128+ grid_options : { w : 8 , h : 7 , minW : 6 , minH : 6 } ,
129129 options : { title : 'Revenue Chart' } ,
130130 default : true ,
131131 } ) ,
@@ -158,7 +158,7 @@ export default {
158158 description : 'Live feed of the most recent double-entry journal entries in the ledger.' ,
159159 icon : 'book' ,
160160 component : new ExtensionComponent ( '@fleetbase/ledger-engine' , 'widget/activity-feed' ) ,
161- grid_options : { w : 8 , h : 10 , minW : 6 , minH : 8 } ,
161+ grid_options : { w : 8 , h : 11 , minW : 6 , minH : 8 } ,
162162 options : { title : 'Recent Journal Entries' } ,
163163 default : true ,
164164 } ) ,
0 commit comments