提交 dc75de77 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!222 UI add reloading tip

Merge pull request !222 from 潘慧/master_ph
...@@ -48,6 +48,7 @@ limitations under the License. ...@@ -48,6 +48,7 @@ limitations under the License.
timeReloadValue+$t('header.timeSecond')+$t('symbols.rightbracket')" timeReloadValue+$t('header.timeSecond')+$t('symbols.rightbracket')"
@change="timeReload"></el-switch> @change="timeReload"></el-switch>
<i class="el-icon-edit" <i class="el-icon-edit"
:title="$t('header.timeReloadScope')"
v-if="isTimeReload && !isShowInp" v-if="isTimeReload && !isShowInp"
@click="editTime"></i> @click="editTime"></i>
......
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
"refreshData": "刷新数据", "refreshData": "刷新数据",
"RefreshingData": "正在刷新数据", "RefreshingData": "正在刷新数据",
"timeReload": "自动刷新", "timeReload": "自动刷新",
"timeSecond": "秒" "timeSecond": "秒",
"timeReloadScope": "自动刷新时长范围为[3, 300]秒"
}, },
"summaryManage": { "summaryManage": {
"summaryList": "训练列表", "summaryList": "训练列表",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册