summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/dashboard/submenu.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/dashboard/submenu.html')
-rw-r--r--pyload/web/app/templates/default/dashboard/submenu.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/pyload/web/app/templates/default/dashboard/submenu.html b/pyload/web/app/templates/default/dashboard/submenu.html
new file mode 100644
index 000000000..70e067b84
--- /dev/null
+++ b/pyload/web/app/templates/default/dashboard/submenu.html
@@ -0,0 +1,8 @@
+{{#each this}}
+ {{#each this}}
+ <li><a href="#" data-plugin="{{@key}}" data-func="{{func_name}}">
+ <img src="{{pluginIcon @key}}" style="width: 20px; height: 20px">&nbsp;
+ {{label}}</a>
+ </li>
+ {{/each}}
+{{/each}} \ No newline at end of file