Added Syslog, Eventlog and Globe Map widgets

This commit is contained in:
laf
2015-08-01 15:36:15 +00:00
parent 8a54cddaf2
commit 2e24c633c9
15 changed files with 166 additions and 80 deletions

1
sql-schema/060.sql Normal file
View File

@@ -0,0 +1 @@
INSERT INTO `widgets` (`widget_title`, `widget`, `base_dimensions`) VALUES ('Syslog', 'syslog', '9,3'), ('Eventlog', 'eventlog', '9,5'), ('Global Map', 'worldmap', '8,6');