Explorar o código

added exclude function

Raz %!s(int64=12) %!d(string=hai) anos
pai
achega
b69652fc0c
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      src/app/services/graphite/gfunc.js

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

@@ -199,6 +199,13 @@ function (_) {
     defaultParams: [25]
   });
 
+  addFuncDef({
+    name: "exclude",
+    category: categories.Filter,
+    params: [ { name: "exclude", type: 'string' } ],
+    defaultParams: ['exclude']
+  });
+
   addFuncDef({
     name: 'highestCurrent',
     category: categories.Filter,