summaryrefslogtreecommitdiffstats
path: root/glances/outputs/bottle/plugin_text.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/bottle/plugin_text.tpl')
-rw-r--r--glances/outputs/bottle/plugin_text.tpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/glances/outputs/bottle/plugin_text.tpl b/glances/outputs/bottle/plugin_text.tpl
deleted file mode 100644
index 990e7478..00000000
--- a/glances/outputs/bottle/plugin_text.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-% if stats['msgdict'] != []:
-<section id="{{ plugin_name }}" class="plugin">
-% for msg in stats['msgdict']:
- % if stats['display']:
- <span class="{{ msg['decoration'].lower() }} {{ 'hidden-xs hidden-sm' if msg['optional'] else '' }}">
- {{ msg['msg'] }}
- </span>
- % end
-% end
-</section>
-% end \ No newline at end of file