1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Specify tableId for DeploymentReplicaSets (#3950)

This commit is contained in:
Sebastian Malton 2021-10-04 14:32:15 -04:00 committed by GitHub
parent 2ff91b0ecf
commit f2c623f89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ export class DeploymentReplicaSets extends React.Component<Props> {
sortable={this.sortingCallbacks} sortable={this.sortingCallbacks}
sortByDefault={{ sortBy: sortBy.pods, orderBy: "desc" }} sortByDefault={{ sortBy: sortBy.pods, orderBy: "desc" }}
sortSyncWithUrl={false} sortSyncWithUrl={false}
tableId="deployment_replica_sets_view"
className="box grow" className="box grow"
> >
<TableHead> <TableHead>