mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Merge branch 'master' of github.com:grafana/grafana
This commit is contained in:
commit
5335a6b636
@ -43,7 +43,7 @@ function (_, $) {
|
|||||||
addFuncDef({
|
addFuncDef({
|
||||||
name: 'perSecond',
|
name: 'perSecond',
|
||||||
category: categories.Transform,
|
category: categories.Transform,
|
||||||
params: [],
|
params: [{ name: "max value", type: "int", optional: true }],
|
||||||
defaultParams: [],
|
defaultParams: [],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user