summaryrefslogtreecommitdiffstats
path: root/create/data/images.sql
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-07 22:43:03 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-07 22:43:03 +0000
commit86d9c9e82f10c2c89a58ed3785c6b00a1bf5bc85 (patch)
tree5b0c805e979c6d369e518fcbe11b0221f8c6f69a /create/data/images.sql
parent254ac7ebef85b8e1230d8979afa4d117234f8d58 (diff)
downloadzabbix-86d9c9e82f10c2c89a58ed3785c6b00a1bf5bc85.tar.gz
zabbix-86d9c9e82f10c2c89a58ed3785c6b00a1bf5bc85.tar.xz
zabbix-86d9c9e82f10c2c89a58ed3785c6b00a1bf5bc85.zip
Finished form for image management.
git-svn-id: svn://svn.zabbix.com/trunk@1590 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/data/images.sql')
-rw-r--r--create/data/images.sql43
1 files changed, 20 insertions, 23 deletions
diff --git a/create/data/images.sql b/create/data/images.sql
index 5b171187..7da9a269 100644
--- a/create/data/images.sql
+++ b/create/data/images.sql
@@ -21,26 +21,23 @@
-- Dumping data for table `images`
--
-insert into images values(1,1,"Hub",load_file("Hub.png"));
-insert into images values(2,1,"Hub (small)",load_file("Hub_small.png"));
-insert into images values(3,1,"Network",load_file("Network.png"));
-insert into images values(4,1,"Network (small)",load_file("Network_small.png"));
-insert into images values(5,1,"Notebook",load_file("Notebook.png"));
-insert into images values(6,1,"Notebook (small)",load_file("Notebook_small.png"));
-insert into images values(7,1,"Phone",load_file("Phone.png"));
-insert into images values(8,1,"Phone (small)",load_file("Phone_small.png"));
-insert into images values(9,1,"Printer",load_file("Printer.png"));
-insert into images values(10,1,"Printer (small)",load_file("Printer_small.png"));
-insert into images values(11,1,"Router",load_file("Router.png"));
-insert into images values(12,1,"Router (small)",load_file("Router_small.png"));
-insert into images values(13,1,"Satellite",load_file("Satellite.png"));
-insert into images values(14,1,"Satellite (small)",load_file("Satellite_small.png"));
-insert into images values(15,1,"Server",load_file("Server.png"));
-insert into images values(16,1,"Server (small)",load_file("Server_small.png"));
-insert into images values(17,1,"UPS",load_file("UPS.png"));
-insert into images values(18,1,"UPS (small)",load_file("UPS_small.png"));
-insert into images values(19,1,"Workstation",load_file("Workstation.png"));
-insert into images values(20,1,"Workstation (small)",load_file("Workstation_small.png"));
-
-insert into images values(21,2,"Europe",load_file("europe.png"));
-insert into images values(22,2,"Europe B&W",load_file("europe2.jpg"));
+insert into images values(1,1,"Hub",load_file("/home/zabbix/zabbix/create/data/images/Hub.png"));
+insert into images values(2,1,"Hub (small)",load_file("/home/zabbix/zabbix/create/data/images/Hub_small.png"));
+insert into images values(3,1,"Network",load_file("/home/zabbix/zabbix/create/data/images/Network.png"));
+insert into images values(4,1,"Network (small)",load_file("/home/zabbix/zabbix/create/data/images/Network_small.png"));
+insert into images values(5,1,"Notebook",load_file("/home/zabbix/zabbix/create/data/images/Notebook.png"));
+insert into images values(6,1,"Notebook (small)",load_file("/home/zabbix/zabbix/create/data/images/Notebook_small.png"));
+insert into images values(7,1,"Phone",load_file("/home/zabbix/zabbix/create/data/images/Phone.png"));
+insert into images values(8,1,"Phone (small)",load_file("/home/zabbix/zabbix/create/data/images/Phone_small.png"));
+insert into images values(9,1,"Printer",load_file("/home/zabbix/zabbix/create/data/images/Printer.png"));
+insert into images values(10,1,"Printer (small)",load_file("/home/zabbix/zabbix/create/data/images/Printer_small.png"));
+insert into images values(11,1,"Router",load_file("/home/zabbix/zabbix/create/data/images/Router.png"));
+insert into images values(12,1,"Router (small)",load_file("/home/zabbix/zabbix/create/data/images/Router_small.png"));
+insert into images values(13,1,"Satellite",load_file("/home/zabbix/zabbix/create/data/images/Satellite.png"));
+insert into images values(14,1,"Satellite (small)",load_file("/home/zabbix/zabbix/create/data/images/Satellite_small.png"));
+insert into images values(15,1,"Server",load_file("/home/zabbix/zabbix/create/data/images/Server.png"));
+insert into images values(16,1,"Server (small)",load_file("/home/zabbix/zabbix/create/data/images/Server_small.png"));
+insert into images values(17,1,"UPS",load_file("/home/zabbix/zabbix/create/data/images/UPS.png"));
+insert into images values(18,1,"UPS (small)",load_file("/home/zabbix/zabbix/create/data/images/UPS_small.png"));
+insert into images values(19,1,"Workstation",load_file("/home/zabbix/zabbix/create/data/images/Workstation.png"));
+insert into images values(20,1,"Workstation (small)",load_file("/home/zabbix/zabbix/create/data/images/Workstation_small.png"));