chore(frontend): bump deps to 0.2.7 and hide node row selection for single node

This commit is contained in:
MHSanaei
2026-06-03 12:33:10 +02:00
parent d4c020f365
commit dc57c1e92c
3 changed files with 186 additions and 186 deletions

View File

@@ -499,11 +499,11 @@ export default function NodeList({
scroll={{ x: 'max-content' }}
size="middle"
rowKey="id"
rowSelection={{
rowSelection={dataSource.length > 1 ? {
selectedRowKeys: selectedIds,
onChange: (keys) => onSelectionChange(keys as number[]),
getCheckboxProps: (record) => ({ disabled: !isUpdateEligible(record) }),
}}
} : undefined}
locale={{
emptyText: (
<div className="card-empty">