Explorar o código

Merge pull request #895 from ngmlabs/master

second parameter of groupByNode() should be 0 indexed
Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
7ffc4d388a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/app/services/graphite/gfunc.js

+ 1 - 1
src/app/services/graphite/gfunc.js

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