Commit 3c69ae37 authored by Bryan Kaperick's avatar Bryan Kaperick

Added querystorage on top of historystorage in configurator file.

parent ed1373a8
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
"setConfiguration": function (gadget) { "setConfiguration": function (gadget) {
var configuration = { var configuration = {
type: "uuid", type: "uuid",
sub_storage: {
type: "query",
sub_storage: { sub_storage: {
type: "history", type: "history",
sub_storage: { sub_storage: {
...@@ -34,6 +36,7 @@ ...@@ -34,6 +36,7 @@
} }
} }
} }
}
}; };
return gadget.setSetting('jio_storage_description', configuration) return gadget.setSetting('jio_storage_description', configuration)
.push(function () { .push(function () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment