Skip to content

Commit

Permalink
fix(frontend): 监控告警自测bug修复 #1531
Browse files Browse the repository at this point in the history
  • Loading branch information
jinquantianxia authored and zhangzhw8 committed Oct 31, 2023
1 parent 572246c commit 3b94d4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
const tabs = [
{
value: 'mysql',
label: 'Mysql',
label: 'MySQL',
},
{
value: 'tendbcluster',
Expand All @@ -57,11 +57,11 @@
},
{
value: 'hdfs',
label: 'Hdfs',
label: 'HDFS',
},
{
value: 'es',
label: 'Es',
label: 'ES',
},
{
value: 'pulsar',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const tabs = [
{
value: 'mysql',
label: 'Mysql',
label: 'MySQL',
},
{
value: 'tendbcluster',
Expand All @@ -53,11 +53,11 @@
},
{
value: 'hdfs',
label: 'Hdfs',
label: 'HDFS',
},
{
value: 'es',
label: 'Es',
label: 'ES',
},
{
value: 'pulsar',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
const tabs = [
{
value: 'mysql',
label: 'Mysql',
label: 'MySQL',
},
{
value: 'tendbcluster',
Expand All @@ -53,11 +53,11 @@
},
{
value: 'hdfs',
label: 'Hdfs',
label: 'HDFS',
},
{
value: 'es',
label: 'Es',
label: 'ES',
},
{
value: 'pulsar',
Expand Down

0 comments on commit 3b94d4f

Please sign in to comment.