Преглед изворни кода

Fixes #105 (added 0 as option in aliasByNode)

Torkel Ödegaard пре 12 година
родитељ
комит
64c7c9f712
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/app/services/graphite/gfunc.js

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

@@ -97,7 +97,7 @@ function (_) {
   addFuncDef({
     name: 'aliasByNode',
     category: categories.Special,
-    params: [ { name: "node", type: "select", options: [1,2,3,4,5,6,7,8,9,10,12] } ],
+    params: [ { name: "node", type: "select", options: [0,1,2,3,4,5,6,7,8,9,10,12] } ],
     defaultParams: [3]
   });