mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
fix(nodes): disable select [EE-4692] (#10538)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
afa3e7477b
commit
403fdf7ce3
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ export function NodesDatatable() {
|
|||
|
||||
return (
|
||||
<Datatable<IndexOptional<NodeRowData>>
|
||||
disableSelect
|
||||
dataset={nodeRowData ?? []}
|
||||
columns={getColumns(isServerMetricsEnabled)}
|
||||
settingsManager={tableState}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue