-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef19f17
commit 43533b6
Showing
10 changed files
with
215 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
ui/packages/tidb-dashboard-lib/src/apps/SQLAdvisor/context/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
ui/packages/tidb-dashboard-lib/src/apps/SQLAdvisor/pages/Detail/index.module.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.InlineCodeBlock { | ||
background: 1#f1f1f1; | ||
padding: 1px 8px; | ||
border: 1px solid #dedede; | ||
} | ||
|
||
.SuggestedCommand { | ||
background: #f1f1f1; | ||
padding: 3px 10px; | ||
display: flex; | ||
width: 100%; | ||
flex-flow: row; | ||
justify-content: space-between; | ||
} | ||
|
||
.HighImpact { | ||
color: #f70000; | ||
} | ||
|
||
.MediumImpact { | ||
color: #fc6f03; | ||
} | ||
|
||
.LowImpact { | ||
color: #e5c613; | ||
} |
Oops, something went wrong.