From f37c3271fc3c41a618f867c9e7074cc230c687ac Mon Sep 17 00:00:00 2001 From: Zero Date: Fri, 6 Aug 2021 13:46:15 +0800 Subject: [PATCH] fix(dop): fix table rowkey (#869) --- shell/app/modules/dcos/pages/machine-manager/machine-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/app/modules/dcos/pages/machine-manager/machine-table.tsx b/shell/app/modules/dcos/pages/machine-manager/machine-table.tsx index cb344c4827..900aae75d1 100644 --- a/shell/app/modules/dcos/pages/machine-manager/machine-table.tsx +++ b/shell/app/modules/dcos/pages/machine-manager/machine-table.tsx @@ -632,7 +632,7 @@ const MachineTable = ({ list, gotoMachineMonitor, gotoMachineTasks, isFetching = `${record.ip}-${index}`} pagination={false} bordered columns={columns}