Keep position for widgets that are reloaded

This commit is contained in:
2022-09-02 07:20:30 +01:00
parent 79a8e5f6e4
commit f26daa2cb4
3 changed files with 30 additions and 8 deletions

View File

@@ -47,8 +47,3 @@
{% include 'ui/drilldown/table_results_partial.html' %}
{% include 'ui/drilldown/sentiment_partial.html' %}
{% endblock %}
{% block custom_script %}
grid.removeWidget("drilldown-widget-{{ unique }}");
{% endblock %}