mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [subtypes dashboard] fix obj base url
This commit is contained in:
parent
ab01de76e5
commit
657a39e629
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ def subtypes_objects_dashboard(obj_type, f_request):
|
|||
subtype=subtype)
|
||||
if subtypes_objs:
|
||||
for obj_t, obj_subtype, obj_id in subtypes_objs:
|
||||
objs.append(ail_objects.get_object_meta(obj_t, obj_subtype, obj_id, options={'sparkline'}))
|
||||
objs.append(ail_objects.get_object_meta(obj_t, obj_subtype, obj_id, options={'sparkline'}, flask_context=True))
|
||||
|
||||
endpoint_dashboard = f'objects_subtypes.objects_dashboard_{obj_type}'
|
||||
return render_template('subtypes_objs_dashboard.html', date_from=date_from, date_to=date_to,
|
||||
|
|
Loading…
Reference in a new issue