fix(limiter): change 'bucket name' to 'bucket_name'
the space in name field will make some problems in frontend
This commit is contained in:
parent
2ea539bfc3
commit
5b79f6466f
|
@ -161,7 +161,7 @@ fields(limiter_opts) ->
|
||||||
" This value + rate = the maximum limit that can be achieved when limiter burst."
|
" This value + rate = the maximum limit that can be achieved when limiter burst."
|
||||||
}
|
}
|
||||||
)},
|
)},
|
||||||
{bucket, sc(map("bucket name", ref(bucket_opts)), #{desc => "Buckets config"})}
|
{bucket, sc(map("bucket_name", ref(bucket_opts)), #{desc => "Buckets config"})}
|
||||||
];
|
];
|
||||||
fields(bucket_opts) ->
|
fields(bucket_opts) ->
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue