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

!152 UI hide AI CPU page

Merge pull request !152 from 潘慧/master_ph
...@@ -59,7 +59,9 @@ ...@@ -59,7 +59,9 @@
"modelSize": "模型大小", "modelSize": "模型大小",
"dataProcess": "数据处理", "dataProcess": "数据处理",
"noDataFound": "暂无满足筛选条件的数据", "noDataFound": "暂无满足筛选条件的数据",
"noDataTips": "请点击“显示全量数据”按钮查看全量数据", "click": "请点击",
"showAllDataBtn": "“显示全量数据”",
"viewAllData": "按钮查看全量数据",
"userDefined": "自定义数据", "userDefined": "自定义数据",
"metric": "度量指标", "metric": "度量指标",
"deviceNum": "device数目", "deviceNum": "device数目",
...@@ -84,7 +86,8 @@ ...@@ -84,7 +86,8 @@
"value": "VALUE", "value": "VALUE",
"dataTraceTips": "该数据涉及合并操作", "dataTraceTips": "该数据涉及合并操作",
"noDataFound": "暂无满足筛选条件的数据", "noDataFound": "暂无满足筛选条件的数据",
"noDataTips": "请点击“显示全量数据”按钮查看全量数据" "click": "请点击",
"viewAllData": "按钮查看全量数据"
}, },
"trainingDashboard": { "trainingDashboard": {
"trainingDashboardTitle": "训练看板", "trainingDashboardTitle": "训练看板",
......
...@@ -272,7 +272,7 @@ limitations under the License. ...@@ -272,7 +272,7 @@ limitations under the License.
<div> <div>
<div class="icon-image-container"> <div class="icon-image-container">
<div class="icon-image" <div class="icon-image"
:class="[item.number===scope.row.tag&&scope.row.showIcon ? 'iconBorder':'']" :class="[item.number===scope.row.tag&&scope.row.showIcon ? 'icon-border':'']"
v-for="item in imageList" v-for="item in imageList"
:key="item.number" :key="item.number"
@click="iconValueChange(scope.row,item.number,$event)"> @click="iconValueChange(scope.row,item.number,$event)">
......
...@@ -147,7 +147,8 @@ ...@@ -147,7 +147,8 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="AI CPU" <el-tab-pane label="AI CPU"
class="cpu-tab" class="cpu-tab"
name="cpu"> name="cpu"
v-if="false">
<div class="cl-profiler-top" <div class="cl-profiler-top"
v-if="cpuCharts.data.length"> v-if="cpuCharts.data.length">
<div> <div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册