Browse Source

add reload tip

tags/v0.5.0-beta
ph 5 years ago
parent
commit
f0b96f1738
2 changed files with 3 additions and 1 deletions
  1. +1
    -0
      mindinsight/ui/src/components/header.vue
  2. +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": "训练列表",


Loading…
Cancel
Save