From 74438a31458af8bddd08d90eacc6d63677bab844 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Fri, 13 May 2022 19:14:47 +0200 Subject: Work on react frontend loader --- plugin_loader/templates/plugin_view.html | 76 -------------------------------- 1 file changed, 76 deletions(-) delete mode 100644 plugin_loader/templates/plugin_view.html (limited to 'plugin_loader/templates/plugin_view.html') diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html deleted file mode 100644 index 9d7ba1bc..00000000 --- a/plugin_loader/templates/plugin_view.html +++ /dev/null @@ -1,76 +0,0 @@ - - - -{% if not plugins|length %} -
-
- No plugins installed -
-
-{% endif %} - -
- {% for plugin in plugins %} - {% if plugin.tile_view_html|length %} -
-
- - -
-
- {% else %} -
-
-
- -
-
-
- {% endif %} - {% endfor %} -
-- cgit v1.2.3