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