diff --git a/templates/front-project/src/components/KytuningHome.vue b/templates/front-project/src/components/KytuningHome.vue new file mode 100644 index 0000000000000000000000000000000000000000..33cec4e5dd59b01871c40fc1847751d949e21454 --- /dev/null +++ b/templates/front-project/src/components/KytuningHome.vue @@ -0,0 +1,62 @@ + + + + 首页 + 设备管理 + 测试管理 + 数据管理 + + + + + + + + + diff --git a/templates/front-project/src/views/testViews/TestConfig.vue b/templates/front-project/src/views/testViews/TestConfig.vue new file mode 100644 index 0000000000000000000000000000000000000000..8aec4135a280f0b649d0b17f88d0829658fa3cf7 --- /dev/null +++ b/templates/front-project/src/views/testViews/TestConfig.vue @@ -0,0 +1,162 @@ + + + + + + + + + + + + + {{ scope.row.project_name }} + + + + + {{ scope.row.user_name }} + + + + + {{ scope.row.ip }} + + + + + {{ scope.row.stream }} + + + + + {{ scope.row.lmbench }} + + + + + {{ scope.row.unixbench }} + + + + + {{ scope.row.fio }} + + + + + {{ scope.row.iozone }} + + + + + {{ scope.row.jvm2008 }} + + + + + {{ scope.row.cpu2006 }} + + + + + {{ scope.row.cpu2017 }} + + + + + {{ scope.row.message }} + + + + + 查看详细日志 + 删除 + + + + + + + + + + + + + + + + + + + + + + + +