Merge pull request #13333 from Kinplemelon/kinple/upgrade-dashboard

chore(dashboard): bump dashboard version to v1.9.1 & e1.7.1
This commit is contained in:
JianBo He 2024-06-26 14:04:01 +08:00 committed by GitHub
commit b5486b8908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ endif
# Dashboard version
# from https://github.com/emqx/emqx-dashboard5
export EMQX_DASHBOARD_VERSION ?= v1.9.1-beta.1
export EMQX_EE_DASHBOARD_VERSION ?= e1.7.1-beta.1
export EMQX_DASHBOARD_VERSION ?= v1.9.1
export EMQX_EE_DASHBOARD_VERSION ?= e1.7.1
-include default-profile.mk
PROFILE ?= emqx

View File

@ -118,7 +118,7 @@ def test_docs_link(driver, login, dashboard_url):
if prefix == 'e':
docs_base_url = "https://docs.emqx.com/en/enterprise"
else:
docs_base_url = "https://www.emqx.io/docs/en"
docs_base_url = "https://docs.emqx.com/en/emqx"
docs_url = f"{docs_base_url}/{emqx_version}"
xpath = f"//div[@id='app']//div[@class='nav-header']//a[@href[starts-with(.,'{docs_url}')]]"