Explorar el Código

added sortByName function (thx @jippi)

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

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

@@ -101,6 +101,11 @@ function (_) {
     defaultParams: [3]
   });
 
+  addFuncDef({
+    name: 'sortByName',
+    category: categories.Special
+  });
+
   addFuncDef({
     name: 'aliasByMetric',
     category: categories.Special,