updated frontend stack to latest versions (#729)
This commit is contained in:
@@ -6,6 +6,16 @@
|
||||
|
||||
{% block page_content_class %}{{ parent() }} dashboard{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
{{ parent() }}
|
||||
{{ encore_entry_link_tags('chart') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
{{ parent() }}
|
||||
{{ encore_entry_script_tags('chart') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
{% for row in widget_rows %}
|
||||
|
||||
Reference in New Issue
Block a user