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