flows: remove FlowExecutorShellView

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-23 18:09:13 +01:00
parent de6fa63d21
commit 1fd949d4ec
4 changed files with 3 additions and 15 deletions

View File

@ -0,0 +1,12 @@
{% extends "base/skeleton.html" %}
{% load static %}
{% block head %}
<script src="{% static 'dist/flow.js' %}?v={{ ak_version }}" type="module"></script>
{% endblock %}
{% block body %}
<ak-message-container></ak-message-container>
<ak-flow-executor></ak-flow-executor>
{% endblock %}