|
|
@@ -46,6 +46,7 @@ function getVar(url, cb) {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+// TODO multi-sources grids
|
|
|
module.exports.listGrids = function(cb) {
|
|
|
if (DEBUG_QUERY) {
|
|
|
console.warn("[gridManager] debug skip list grids");
|
|
|
@@ -76,6 +77,7 @@ module.exports.listGrids = function(cb) {
|
|
|
}
|
|
|
};
|
|
|
|
|
|
+// TODO multi-sources grids
|
|
|
module.exports.createGrid = function(gridPublicId, gridId, cb) {
|
|
|
console.log("[gridManager] get grid " +gridId);
|
|
|
getVar(util.format(RCIGETGRID, gridId), (data) => {
|