Skip to content

Commit

Permalink
Frontend style minor
Browse files Browse the repository at this point in the history
Signed-off-by: Draco <dracode01@gmail.com>
  • Loading branch information
dracoooooo committed Mar 29, 2024
1 parent 7e85db4 commit 96db53f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ const handleIndexChange = (index) => {
<header class="form-header">
<h2>Checker Settings</h2>
</header>
<el-form-item label="Checker Isolation Level">
<el-form-item label="Isolation Level">
<el-select v-model="testingOption.checker_isolation" placeholder=""
multiple
@change="handleSelectionChange"
Expand All @@ -364,7 +364,6 @@ const handleIndexChange = (index) => {
</el-option>
</el-select>
</el-form-item>
<el-divider/>
<el-form-item v-show="false" label="Enable Profiler">
<el-switch
v-model="testingOption.profiler_enable"
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/components/RunView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ const createProfileCharts = () => {
let profileStagesOption;
profileStagesOption = {
toolbox: {
feature: {
saveAsImage: {}
}
},
tooltip: {
// trigger: 'axis',
// axisPointer: {
Expand Down

0 comments on commit 96db53f

Please sign in to comment.