File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
awesome_dashboard/controllers Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99logger = logging .getLogger (__name__ )
1010
1111class AwesomeDashboard (http .Controller ):
12- @http .route ('/awesome_dashboard/statistics' , type = 'json ' , auth = 'user' )
12+ @http .route ('/awesome_dashboard/statistics' , type = 'jsonrpc ' , auth = 'user' )
1313 def get_statistics (self ):
1414 """
1515 Returns a dict of statistics about the orders:
Original file line number Diff line number Diff line change 2929 'assets' : {
3030 'awesome_owl.assets_playground' : [
3131 ('include' , 'web._assets_helpers' ),
32+ ('include' , 'web._assets_backend_helpers' ),
3233 'web/static/src/scss/pre_variables.scss' ,
3334 'web/static/lib/bootstrap/scss/_variables.scss' ,
35+ 'web/static/lib/bootstrap/scss/_maps.scss' ,
3436 ('include' , 'web._assets_bootstrap' ),
3537 ('include' , 'web._assets_core' ),
3638 'web/static/src/libs/fontawesome/css/font-awesome.css' ,
You can’t perform that action at this time.
0 commit comments