Merge branch 'master' of github.com:grafana/grafana

pull/3531/head
Torkel Ödegaard 10 years ago
commit 5335a6b636
  1. 2
      public/app/plugins/datasource/graphite/gfunc.js

@ -43,7 +43,7 @@ function (_, $) {
addFuncDef({
name: 'perSecond',
category: categories.Transform,
params: [],
params: [{ name: "max value", type: "int", optional: true }],
defaultParams: [],
});

Loading…
Cancel
Save