fix(ui/datatables): make empty table label consistent [EE-6499] (#11612)
This commit is contained in:
@@ -53,7 +53,6 @@ export function NodesDatatable() {
|
||||
kubernetesEndpointsQuery.isLoading ||
|
||||
environmentQuery.isLoading
|
||||
}
|
||||
emptyContentLabel="No Nodes found"
|
||||
title="Nodes"
|
||||
titleIcon={HardDrive}
|
||||
getRowId={(row) => row.metadata?.uid ?? ''}
|
||||
|
||||
Reference in New Issue
Block a user