fix: bump emqx_dashboard to 5.0.4
This commit is contained in:
parent
a05cc20db7
commit
c3c4ed02b4
|
@ -2,7 +2,7 @@
|
|||
{application, emqx_dashboard, [
|
||||
{description, "EMQX Web Dashboard"},
|
||||
% strict semver, bump manually!
|
||||
{vsn, "5.0.3"},
|
||||
{vsn, "5.0.4"},
|
||||
{modules, []},
|
||||
{registered, [emqx_dashboard_sup]},
|
||||
{applications, [kernel, stdlib, mnesia, minirest, emqx]},
|
||||
|
|
|
@ -45,7 +45,7 @@ emqx_resource_schema {
|
|||
|
||||
async_inflight_window {
|
||||
desc {
|
||||
en: """Async queyr inflight window."""
|
||||
en: """Async query inflight window."""
|
||||
zh: """异步请求飞行队列窗口大小"""
|
||||
}
|
||||
label {
|
||||
|
|
Loading…
Reference in New Issue