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

Specify tableId for DeploymentReplicaSets

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-10-04 13:21:30 -04:00
parent 0c2140de8f
commit 3cc0eb81f4

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>