Sfoglia il codice sorgente

Fixes #105 (added 0 as option in aliasByNode)

Torkel Ödegaard 12 anni fa
parent
commit
64c7c9f712
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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]
   });