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:
parent
2ff91b0ecf
commit
f2c623f89e
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user