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

This commit is contained in:
Torkel Ödegaard 2015-12-15 11:21:17 +01:00
commit 5335a6b636

View File

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