yl09099 commented on code in PR #1897: URL: https://github.com/apache/incubator-uniffle/pull/1897#discussion_r1677530050
########## dashboard/src/main/webapp/src/pages/serverstatus/ExcludeNodeList.vue: ########## @@ -17,21 +17,46 @@ <template> <div> - <el-table - :data="pageData.tableData" - height="550" - style="width: 100%" - :default-sort="sortColumn" - @sort-change="sortChangeEvent" - > - <el-table-column prop="id" label="ExcludeNodeId" min-width="180" :sortable="true" /> - </el-table> + <div style="text-align: right"> + <el-button type="primary" @click="dialogFormVisible = true"> Add Node </el-button> + </div> + <div> + <el-table + :data="pageData.tableData" + height="550" + style="width: 100%" + :default-sort="sortColumn" + @sort-change="sortChangeEvent" + > + <el-table-column prop="id" label="ExcludeNodeId" min-width="180" :sortable="true" /> + </el-table> + <el-dialog v-model="dialogFormVisible" title="Please enter Server:" class="dialog-wrapper"> Review Comment: All the questions you raised have been revised, please have a look at it.@xianjingfeng -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
