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