We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d586b7 commit 58784caCopy full SHA for 58784ca
Makefile
@@ -46,4 +46,4 @@ endif
46
go build -o bin/tidb-dashboard -ldflags '$(LDFLAGS)' -tags "${BUILD_TAGS}" cmd/tidb-dashboard/main.go
47
48
run:
49
- bin/tidb-dashboard --debug --experimental
+ bin/tidb-dashboard --debug --experimental --feature-version "6.0.0"
ui/dashboardApp/layout/signin/index.tsx
@@ -190,7 +190,11 @@ function useSignInSubmit(
190
const errComp = (
191
<>
192
{errMsg}
193
- <a href={t('signin.message.access_doc_link')}>
+ <a
194
+ href={t('signin.message.access_doc_link')}
195
+ target="_blank"
196
+ rel="noopener noreferrer"
197
+ >
198
{t('signin.message.access_doc')}
199
</a>
200
</>
0 commit comments