Browse Source

!278 UI fix auto refresh time editing issue

Merge pull request !278 from 潘慧/master_ph
tags/v0.5.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
90a260ef34
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindinsight/ui/src/components/header.vue

+ 1
- 0
mindinsight/ui/src/components/header.vue View File

@@ -152,6 +152,7 @@ export default {
.toString()
.replace(/[^\.\d]/g, '')
.replace(/\./g, '');
this.newReloadValue = Number(this.newReloadValue);
},
// get active menu item
getActive() {


Loading…
Cancel
Save