Skip to content

Commit 58784ca

Browse files
committed
Use default feature versions
1 parent 6d586b7 commit 58784ca

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ endif
4646
go build -o bin/tidb-dashboard -ldflags '$(LDFLAGS)' -tags "${BUILD_TAGS}" cmd/tidb-dashboard/main.go
4747

4848
run:
49-
bin/tidb-dashboard --debug --experimental
49+
bin/tidb-dashboard --debug --experimental --feature-version "6.0.0"

ui/dashboardApp/layout/signin/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,11 @@ function useSignInSubmit(
190190
const errComp = (
191191
<>
192192
{errMsg}
193-
<a href={t('signin.message.access_doc_link')}>
193+
<a
194+
href={t('signin.message.access_doc_link')}
195+
target="_blank"
196+
rel="noopener noreferrer"
197+
>
194198
{t('signin.message.access_doc')}
195199
</a>
196200
</>

0 commit comments

Comments
 (0)