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
add reload tip
tags/v0.5.0-beta
ph
5 years ago
parent
04bec8406d
commit
f0b96f1738
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindinsight/ui/src/components/header.vue
+2
-1
mindinsight/ui/src/locales/zh-cn.json
+ 1
- 0
mindinsight/ui/src/components/header.vue
View File
@@ -48,6 +48,7 @@ limitations under the License.
timeReloadValue+$t('header.timeSecond')+$t('symbols.rightbracket')"
@change="timeReload"></el-switch>
<i class="el-icon-edit"
:title="$t('header.timeReloadScope')"
v-if="isTimeReload && !isShowInp"
@click="editTime"></i>
+ 2
- 1
mindinsight/ui/src/locales/zh-cn.json
View File
@@ -28,7 +28,8 @@
"refreshData": "刷新数据",
"RefreshingData": "正在刷新数据",
"timeReload": "自动刷新",
"timeSecond": "秒"
"timeSecond": "秒",
"timeReloadScope": "自动刷新时长范围为[3, 300]秒"
},
"summaryManage": {
"summaryList": "训练列表",
Write
Preview
Loading…
Cancel
Save