Explorar el Código

Graphite: added more optional parameters to aliasByNode function definition, #1124

Torkel Ödegaard hace 11 años
padre
commit
d0e057722b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/app/services/graphite/gfunc.js

+ 2 - 0
src/app/services/graphite/gfunc.js

@@ -241,6 +241,8 @@ function (_) {
     params: [
       { name: "node", type: "int", options: [0,1,2,3,4,5,6,7,8,9,10,12] },
       { name: "node", type: "int", options: [0,-1,-2,-3,-4,-5,-6,-7], optional: true },
+      { name: "node", type: "int", options: [0,-1,-2,-3,-4,-5,-6,-7], optional: true },
+      { name: "node", type: "int", options: [0,-1,-2,-3,-4,-5,-6,-7], optional: true },
     ],
     defaultParams: [3]
   });