This is an automated email from the ASF dual-hosted git repository. qiuxiafan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
commit b678cd54970d6a87575ec1f0161df05f66a17020 Author: Qiuxia Fan <[email protected]> AuthorDate: Tue Dec 14 15:26:30 2021 +0800 fix: typo --- src/views/dashboard/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 01b5974..e7614d4 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -33,7 +33,7 @@ limitations under the License. --> </div> <el-table :data="tableData" style="width: 100%" max-height="550"> <el-table-column fixed prop="name" label="Name" /> - <el-table-column prop="type" label="type" /> + <el-table-column prop="type" label="Type" /> <el-table-column prop="date" label="Date" /> <el-table-column label="Operations"> <template #default="scope"> @@ -88,7 +88,7 @@ const tableData = [ }, { date: "2016-05-01", - name: "Tom", + name: "xxx", type: "mesh", }, ];
