This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
eslint
tags/v0.2.0-alpha
zhaoting
5 years ago
parent
ecc9c635eb
commit
c6cf4e370a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindinsight/ui/src/views/train-manage/graph.vue
+ 1
- 1
mindinsight/ui/src/views/train-manage/graph.vue
View File
@@ -845,7 +845,7 @@ export default {
this.initOver = true;
this.fileSearchBox.value = tags.length ? tags[0] : '';
this.queryGraphData();
} else if(!hasFileSearchValue) {
} else if
(!hasFileSearchValue) {
this.fileSearchBox.value = '';
}
})
Write
Preview
Loading…
Cancel
Save