From bddd4038bbee3f30a83da7b7f6034cebe472a1d8 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sun, 16 Jun 2013 23:23:58 -0400 Subject: [PATCH] Added datatables to web interface --- plugins/webTemplates.go | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/plugins/webTemplates.go b/plugins/webTemplates.go index 10bd3af..e15a2ea 100644 --- a/plugins/webTemplates.go +++ b/plugins/webTemplates.go @@ -9,6 +9,16 @@ var factoidIndex string = ` Factoids + + + + + + + + + +
@@ -62,7 +72,7 @@ var factoidIndex string = ` {{if .Entries}}
- +
@@ -86,5 +96,13 @@ var factoidIndex string = ` {{end}} + + `
Trigger